mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Add hidden alias for fflush.
This commit is contained in:
parent
240441038f
commit
5182cbc5ab
@ -1,3 +1,8 @@
|
||||
2009-09-01 Andreas Schwab <schwab@redhat.com>
|
||||
|
||||
* include/stdio.h: Declare hidden proto for fflush.
|
||||
* libio/iofflush.c: Add hidden weak alias for fflush.
|
||||
|
||||
2009-09-01 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* sysdeps/x86_64/fpu/bits/mathinline.h: Include bits/wordsize.h.
|
||||
|
@ -148,6 +148,7 @@ libc_hidden_proto (fileno)
|
||||
libc_hidden_proto (fwrite)
|
||||
libc_hidden_proto (fseek)
|
||||
libc_hidden_proto (ftello)
|
||||
libc_hidden_proto (fflush)
|
||||
libc_hidden_proto (fflush_unlocked)
|
||||
libc_hidden_proto (fread_unlocked)
|
||||
libc_hidden_proto (fwrite_unlocked)
|
||||
|
@ -49,6 +49,7 @@ INTDEF(_IO_fflush)
|
||||
|
||||
#ifdef weak_alias
|
||||
weak_alias (_IO_fflush, fflush)
|
||||
libc_hidden_weak (fflush)
|
||||
|
||||
#ifndef _IO_MTSAFE_IO
|
||||
weak_alias (_IO_fflush, fflush_unlocked)
|
||||
|
Loading…
Reference in New Issue
Block a user