diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-16 08:18:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-16 08:18:10 +0000 |
commit | e2947c429eaf51b7c0645e9484d70f141ba560d6 (patch) | |
tree | 239887216535bbf5c2c67faaf54fd10969b4c001 /linuxthreads/ChangeLog | |
parent | c269fdb42faa5bfe25453b03a2d74ebb68926d99 (diff) | |
download | glibc-e2947c429eaf51b7c0645e9484d70f141ba560d6.tar.gz glibc-e2947c429eaf51b7c0645e9484d70f141ba560d6.tar.xz glibc-e2947c429eaf51b7c0645e9484d70f141ba560d6.zip |
Update.
2000-04-16 Ulrich Drepper <drepper@redhat.com> * pthread.c: Correct long-time braino. We never set SA_SIGINFO and therefore don't need the _rt versions of the signal handlers. * internals.h: Declare __pthread_yield.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 9a1213b910..893528d95b 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,8 +1,14 @@ +2000-04-16 Ulrich Drepper <drepper@redhat.com> + + * pthread.c: Correct long-time braino. We never set SA_SIGINFO and + therefore don't need the _rt versions of the signal handlers. + 2000-04-15 Ulrich Drepper <drepper@redhat.com> * pthread.c (pthread_yield): New function. * sysdeps/pthread/pthread.h (pthread_yield): Add prototype. * Versions [libpthread] (GLIBC_2.2): Add pthread_yield. + * internals.h: Declare __pthread_yield. * pthread.c (pthread_initialize): Avoid a bit more code if realtime signals are known to exist. |