diff options
author | Andreas Schwab <schwab@redhat.com> | 2009-09-01 15:31:09 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-09-01 15:31:09 -0700 |
commit | 5182cbc5ab6e2bc294e14dae22fb3a8553713a41 (patch) | |
tree | 2b23e5c645ee34bf984661c7f5a77555e73b2352 /ChangeLog | |
parent | 240441038f2d2b1a32d4239270c7f76531a484f3 (diff) | |
download | glibc-5182cbc5ab6e2bc294e14dae22fb3a8553713a41.tar glibc-5182cbc5ab6e2bc294e14dae22fb3a8553713a41.tar.gz glibc-5182cbc5ab6e2bc294e14dae22fb3a8553713a41.tar.bz2 glibc-5182cbc5ab6e2bc294e14dae22fb3a8553713a41.zip |
Add hidden alias for fflush.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,8 +1,13 @@ +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. (__signbitf, __signbit): Only use SSE inline asm for 64-bit. - + 2009-08-31 Andreas Schwab <schwab@redhat.com> * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm. |