diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-10-25 21:12:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-10-25 21:12:06 +0000 |
commit | 86cfe82d03d4930c3aedbf042da79f5aa005b7ac (patch) | |
tree | 5a105b28b33343f0e304696f5b0cb66b8a8dcec1 /linuxthreads | |
parent | 76b47e64d57dd80111ec64a4d8a08152d32f72d5 (diff) | |
download | glibc-86cfe82d03d4930c3aedbf042da79f5aa005b7ac.zip glibc-86cfe82d03d4930c3aedbf042da79f5aa005b7ac.tar.gz glibc-86cfe82d03d4930c3aedbf042da79f5aa005b7ac.tar.bz2 |
Update.
* configure.in: Don't allow --enable-kernel without parameter.
1999-10-25 Ulrich Drepper <drepper@cygnus.com>
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index d56f84f..db11009 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,13 @@ +1999-10-25 Andreas Jaeger <aj@suse.de> + + * internals.h: Remove K&R compatibility. + * no-tsd.c: Likewise. + * semaphore.h: Likewise. + * signals.c: Likewise. + * sysdeps/pthread/bits/libc-tsd.h: Likewise. + * sysdeps/unix/sysv/linux/bits/sigthread.h: Likewise. + * weaks.c: Likewise. + 1999-10-21 Xavier Leroy <Xavier.Leroy@inria.fr> * linuxthreads/pthread.c: For i386, wrap pthread_handle_sigrestart |