diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-09-01 15:16:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-09-01 15:16:13 +0000 |
commit | 7d506e8ecfda689ce2b43023c54701975feb5a06 (patch) | |
tree | 70643b8faf811c3534281d2d40ae9111b49db210 /ChangeLog | |
parent | 0b3cf801428e0d246e19ef5fbae185b949347aa3 (diff) | |
download | glibc-7d506e8ecfda689ce2b43023c54701975feb5a06.tar glibc-7d506e8ecfda689ce2b43023c54701975feb5a06.tar.gz glibc-7d506e8ecfda689ce2b43023c54701975feb5a06.tar.bz2 glibc-7d506e8ecfda689ce2b43023c54701975feb5a06.zip |
* libio/stdio.h: Remove __wur from ungetc, sscanf, and vsscanf.
Add __wur to feof{,_unlocked}, ferror{,_unlocked},
fileno{,_unlocked}, and popen.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-09-01 Ulrich Drepper <drepper@redhat.com> + + * libio/stdio.h: Remove __wur from ungetc, sscanf, and vsscanf. + Add __wur to feof{,_unlocked}, ferror{,_unlocked}, + fileno{,_unlocked}, and popen. + 2005-08-30 Ulrich Drepper <drepper@redhat.com> * sysdeps/ieee754/flt-32/e_hypotf.c [!__STDC__]: Fix function name. |