From e2947c429eaf51b7c0645e9484d70f141ba560d6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 16 Apr 2000 08:18:10 +0000 Subject: Update. 2000-04-16 Ulrich Drepper * 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. --- linuxthreads/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'linuxthreads/ChangeLog') 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 + + * 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 * 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. -- cgit v1.2.3