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_db | |
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 'linuxthreads_db')
-rw-r--r-- | linuxthreads_db/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads_db/ChangeLog b/linuxthreads_db/ChangeLog index 220f021461..6c952c1be0 100644 --- a/linuxthreads_db/ChangeLog +++ b/linuxthreads_db/ChangeLog @@ -1,3 +1,9 @@ +1999-10-12 Andreas Jaeger <aj@suse.de> + + * thread_dbP.h: Include <string.h> for strlen declaration. Remove + __libc_write prototype since this is already declared in + linuxthreads/internals.h. + 1999-10-11 Ulrich Drepper <drepper@cygnus.com> * thread_db.h: Fix comment for ti_type. |