diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-12-07 00:33:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-12-07 00:33:59 +0000 |
commit | e3690263f524e4a8a0178612f12799389469ff8f (patch) | |
tree | 5cd27a7661d563be09a71b34a255c2268e92050f /linuxthreads | |
parent | 9d241e0c1685b2051f3ddcf6c16182c72f66d642 (diff) | |
download | glibc-e3690263f524e4a8a0178612f12799389469ff8f.tar glibc-e3690263f524e4a8a0178612f12799389469ff8f.tar.gz glibc-e3690263f524e4a8a0178612f12799389469ff8f.tar.bz2 glibc-e3690263f524e4a8a0178612f12799389469ff8f.zip |
Update.
2000-12-06 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/aix/Makefile [$(subdir)==misc]
(sysdep_routines): Add uitrunc.
* sysdeps/unix/sysv/aix/uitrunc.c: New file.
Patches by Michael Keezer <mkeezer@redhat.com>.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index feb7f31b24..bbe32c654d 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2000-12-06 Wolfram Gloger <wg@malloc.de> + + * join.c (pthread_detach): Allow case where the thread has already + terminated. + 2000-12-05 Andreas Jaeger <aj@suse.de> * sysdeps/mips/pspinlock.c (__pthread_spin_lock): Don't set mips2. |