mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
* include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
Remove. * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked): Remove.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2008-11-07 Jakub Jelinek <jakub@redhat.com>
|
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,
|
* bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
|
||||||
__libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
|
__libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
|
||||||
of the thread variable instead of void *.
|
of the thread variable instead of void *.
|
||||||
|
@ -160,17 +160,6 @@ libc_hidden_proto (__vfprintf_chk)
|
|||||||
libc_hidden_proto (__vasprintf_chk)
|
libc_hidden_proto (__vasprintf_chk)
|
||||||
libc_hidden_proto (__vdprintf_chk)
|
libc_hidden_proto (__vdprintf_chk)
|
||||||
libc_hidden_proto (__obstack_vprintf_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
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user