aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 880de6a0b9..b0ae0eea25 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,5 +1,18 @@
2000-07-25 Ulrich Drepper <drepper@redhat.com>
+ * internals.h (strict __pthread_descr_struct): Add p_sem_avail.
+ * semaphore.c: Handle spurious wakeups.
+
+ * sysdeps/pthread/pthread.h: Add back PTHREAD_MUTX_FAST_NP as an alias
+ for PTHREAD_MUTEX_ADAPTIVE_NP for source code compatibility.
+
+ * pthread.c (__pthread_set_own_extricate): Use THREAD_GETMEM.
+ (__pthread_wait_for_restart): Likewise.
+
+ * condvar.c (pthread_cond_wait): Also check whether thread is
+ cancelable before aborting loop.
+ (pthread_cond_timedwait): Likewise.
+
* signals.c (pthread_sighandler): Remove special code to restrore
%gs on x86.
(pthread_sighandler_t): Likewise.