diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-29 22:44:46 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-29 23:00:17 +0100 |
commit | 2aadb70562feae948ed093c86808e7331c5bc6bd (patch) | |
tree | 1f1a8bf592a3b8db28533df6736174088133378c /libio/tst-wmemstream3.c | |
parent | ba729de6436ea0a8af3ad80f9555cf3161c7694b (diff) | |
download | glibc-2aadb70562feae948ed093c86808e7331c5bc6bd.tar.gz |
libio: Rename _FWRITE to FWRITE_FUNC
_FWRITE would be in the reserved-namespace.
* libio/tst-memstream3.c (_FWRITE): Rename to FWRITE_FUNC.
(do_test_bz20181): Rename accordingly.
Diffstat (limited to 'libio/tst-wmemstream3.c')
-rw-r--r-- | libio/tst-wmemstream3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/tst-wmemstream3.c b/libio/tst-wmemstream3.c index 4edc2b9094..f24f0facc6 100644 --- a/libio/tst-wmemstream3.c +++ b/libio/tst-wmemstream3.c @@ -37,7 +37,7 @@ fwwrite (const void *ptr, size_t size, size_t nmemb, FILE *arq) #define W(o) L##o #define OPEN_MEMSTREAM open_wmemstream #define PRINTF wprintf -#define _FWRITE fwwrite +#define FWRITE_FUNC fwwrite #define FPUTC fputwc #define STRCMP wcscmp |