aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-04-15 14:45:35 +0000
committerUlrich Drepper <drepper@redhat.com>1999-04-15 14:45:35 +0000
commit46a4682dcd8de0cb2ed3c8969412af1381100c2a (patch)
tree55c593b9a9b6c270a177c1642c4d74cd70461c05 /linuxthreads/ChangeLog
parentf8afba91cf8bf8f8324c3c88b8c368e7c2bd5894 (diff)
downloadglibc-46a4682dcd8de0cb2ed3c8969412af1381100c2a.tar
glibc-46a4682dcd8de0cb2ed3c8969412af1381100c2a.tar.gz
glibc-46a4682dcd8de0cb2ed3c8969412af1381100c2a.tar.bz2
glibc-46a4682dcd8de0cb2ed3c8969412af1381100c2a.zip
Update.
1999-04-15 Scott Bambrough <scottb@netwinder.org> * sysdeps/unix/sysv/linux/arm/sigaction.c: Fix typo in preventing compilation of file.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 72c022b5ae..ad49429557 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,23 @@
+1999-04-15 Ulrich Drepper <drepper@cygnus.com>
+
+ * sysdeps/alpha/bits/semaphore.h: Removed.
+ * sysdeps/powerpc/bits/semaphore.h: Removed.
+ * sysdeps/pthread/cmpxchg/bits/semaphore.h: Removed.
+ * sysdeps/pthread/no-cmpxchg/bits/semaphore.h: Removed.
+ * Makefile (headers): Remove bits/semaphore.h.
+
+ * semaphore.h: Define _pthread_descr if necessary.
+ Don't include limits.h. Define SEM_VALUE_MAX directly.
+ Define SEM_FAILED.
+ (sem_t): Protect element names with leading __.
+ Add declarations for sem_close, sem_open, and sem_unlink.
+ * semaphore.c: Adjust all functions for new element names.
+ Define sem_close, sem_open, and sem_unlink.
+ * Versions (libthread): Add sem_close, sem_open, and sem_unlink for
+ GLIBC_2.1.1.
+ * sysdeps/pthread/bits/pthreadtypes.h: Define _pthread_descr only if
+ necessary.
+
1999-03-16 H.J. Lu <hjl@gnu.org>
* specific.c (pthread_key_delete): Check th->p_terminated to see