diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-11-12 21:27:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-11-12 21:27:41 +0000 |
commit | a680290af821a9f18df184edb438685f86150ab6 (patch) | |
tree | c8e6e6cc6ad75f5af34a4b536f49212a98de839c /linuxthreads_db/ChangeLog | |
parent | 7eafba908e3aaccaf8c9204d1404e3374b946567 (diff) | |
download | glibc-a680290af821a9f18df184edb438685f86150ab6.tar.gz glibc-a680290af821a9f18df184edb438685f86150ab6.tar.xz glibc-a680290af821a9f18df184edb438685f86150ab6.zip |
Update.
1999-11-12 Thorsten Kukuk <kukuk@suse.de> * nis/nss_nisplus/nisplus-publickey.c: Check for snprintf return value. * sysdeps/unix/sysv/linux/alpha/sys/procfs.h: Follow changes from i386 version. * sysdeps/unix/sysv/linux/arm/sys/procfs.h: Likewise. * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise. * sysdeps/unix/sysv/linux/sys/procfs.h: Likewise. Closes PR libc/1438.
Diffstat (limited to 'linuxthreads_db/ChangeLog')
-rw-r--r-- | linuxthreads_db/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads_db/ChangeLog b/linuxthreads_db/ChangeLog index e62d56c02b..5721a01905 100644 --- a/linuxthreads_db/ChangeLog +++ b/linuxthreads_db/ChangeLog @@ -1,5 +1,9 @@ 1999-11-12 Ulrich Drepper <drepper@cygnus.com> + * td_ta_thr_iter.c: Read descriptors for main and manager thread + special since after this we can assume that no new threads will be + created anymore (at least in the gdb implementation). + * Makefile: Define version correctly. 1999-11-10 Ulrich Drepper <drepper@cygnus.com> |