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 /ChangeLog | |
parent | 39d1d4e5cae89fc2c401a6a65ef47444a76c0a40 (diff) | |
download | glibc-d4c5cf8060af2e6b6c38989b43f32a613b718d22.tar glibc-d4c5cf8060af2e6b6c38989b43f32a613b718d22.tar.gz glibc-d4c5cf8060af2e6b6c38989b43f32a613b718d22.tar.bz2 glibc-d4c5cf8060af2e6b6c38989b43f32a613b718d22.zip |
Update.
1999-10-12 Ulrich Drepper <drepper@cygnus.com>
* locale/setlocale.c: Fix gcc warning about uninitialized variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +1999-10-12 Ulrich Drepper <drepper@cygnus.com> + + * locale/setlocale.c: Fix gcc warning about uninitialized variable. + 1999-10-12 Andreas Jaeger <aj@suse.de> * stdlib/tst-environ.c: Include <string.h> for strcpy declaration. |