diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-10-12 16:33:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-10-12 16:33:15 +0000 |
commit | d4c5cf8060af2e6b6c38989b43f32a613b718d22 (patch) | |
tree | 710e31383b1f589ac384066bb9f8ddd2127d392d /linuxthreads/ChangeLog | |
parent | 39d1d4e5cae89fc2c401a6a65ef47444a76c0a40 (diff) | |
download | glibc-d4c5cf8060af2e6b6c38989b43f32a613b718d22.tar.gz glibc-d4c5cf8060af2e6b6c38989b43f32a613b718d22.tar.xz glibc-d4c5cf8060af2e6b6c38989b43f32a613b718d22.zip |
Update.
1999-10-12 Ulrich Drepper <drepper@cygnus.com> * locale/setlocale.c: Fix gcc warning about uninitialized variable.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 1643612eae..e90c2fea4e 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +1999-10-12 Ulrich Drepper <drepper@cygnus.com> + + * internals.h: Correct return types for __libc_read and __libc_write. + 1999-10-09 Andreas Jaeger <aj@suse.de> * internals.h: Add __new_sem_post to get prototype in |