* include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
authorJakub Jelinek <jakub@redhat.com>
Fri, 7 Nov 2008 15:13:54 +0000 (15:13 +0000)
committerJakub Jelinek <jakub@redhat.com>
Fri, 7 Nov 2008 15:13:54 +0000 (15:13 +0000)
Remove.
* include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
Remove.

ChangeLog
include/stdio.h

index 6f56381..d4c45e1 100644 (file)
--- 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 *.
index 54f2507..d82728a 100644 (file)
@@ -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