summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2008-11-07 15:13:54 +0000
committerJakub Jelinek <jakub@redhat.com>2008-11-07 15:13:54 +0000
commit09f66a4f52fa6ade6d93c8bc16bbb349cb52d915 (patch)
treec00ba8be92a16364dbc980307549766a011acbad /ChangeLog
parent4b23f9bda30fc4aca1d0e108bab3fdbd63b0ff59 (diff)
* include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
Remove. * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked): Remove.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f563813fd..d4c45e103d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2008-11-07 Jakub Jelinek <jakub@redhat.com>
+ * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
+ Remove.
+
* bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
__libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
of the thread variable instead of void *.