diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | include/stdio.h | 11 |
2 files changed, 3 insertions, 11 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 *. diff --git a/include/stdio.h b/include/stdio.h index 54f2507261..d82728a845 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -160,17 +160,6 @@ libc_hidden_proto (__vfprintf_chk) libc_hidden_proto (__vasprintf_chk) libc_hidden_proto (__vdprintf_chk) libc_hidden_proto (__obstack_vprintf_chk) - -# if !defined NOT_IN_libc && defined SHARED && defined DO_VERSIONING \ - && !defined NO_HIDDEN -/* Special gcc builtins. */ -extern size_t __builtin_fwrite (const void *, size_t, size_t, void *) - __asm ("__GI_fwrite"); -extern size_t __builtin_fwrite_unlocked (const void *, size_t, size_t, void *) - __asm ("__GI_fwrite_unlocked"); - -# endif - # endif #endif |