aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-29 22:44:46 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-29 23:00:17 +0100
commit2aadb70562feae948ed093c86808e7331c5bc6bd (patch)
tree1f1a8bf592a3b8db28533df6736174088133378c /ChangeLog
parentba729de6436ea0a8af3ad80f9555cf3161c7694b (diff)
downloadglibc-2aadb70562feae948ed093c86808e7331c5bc6bd.zip
glibc-2aadb70562feae948ed093c86808e7331c5bc6bd.tar.gz
glibc-2aadb70562feae948ed093c86808e7331c5bc6bd.tar.bz2
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 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c86e6a2..3060b73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,8 @@
* sysdeps/mach/hurd/i386/libutil.abilist: New file.
* sysdeps/pthread/allocalim.h (__libc_use_alloca): Commute operands of
|| to respect codestyle.
+ * libio/tst-memstream3.c (_FWRITE): Rename to FWRITE_FUNC.
+ (do_test_bz20181): Rename accordingly.
2018-01-29 Darius Rad <darius@bluespec.com>