about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-11 19:40:00 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-11 19:40:00 +0000
commit6c477888caa491a3a296f5a8ef594cc4aa37b555 (patch)
tree9dfd0f792c0c309775f8bb684c8a7d50988f33cb /nptl/ChangeLog
parentf006d3a007b7caffd4c810fa71623b39334a1580 (diff)
downloadglibc-6c477888caa491a3a296f5a8ef594cc4aa37b555.tar.gz
glibc-6c477888caa491a3a296f5a8ef594cc4aa37b555.tar.xz
glibc-6c477888caa491a3a296f5a8ef594cc4aa37b555.zip
Update.
2003-03-11  Martin Schwidefsky  <schwidefsky@de.ibm.com>

	* sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (__NR_pread64): Define
	to __NR_pread if not defined.
	(__NR_pwrite64): Define to __NR_pwrite if not defined.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 2a8e66dd81..be858950f9 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,31 @@
+2003-03-11  Jakub Jelinek  <jakub@redhat.com>
+
+	* sysdeps/ia64/bits/atomic.h (atomic_exchange_and_add): Swap 2nd and
+	3rd argument of __arch_compare_and_exchange_{32,64}_val_acq.
+
+	* sysdeps/unix/sysv/linux/ia64/sem_post.c: Include semaphore.h.
+	* sysdeps/unix/sysv/linux/ia64/sem_timedwait.c: Likewise.
+	* sysdeps/unix/sysv/linux/ia64/sem_trywait.c: Likewise.
+	* sysdeps/unix/sysv/linux/ia64/sem_wait.c: Likewise.
+	* sysdeps/unix/sysv/linux/s390/sem_post.c: Likewise.
+	* sysdeps/unix/sysv/linux/s390/sem_timedwait.c: Likewise.
+	* sysdeps/unix/sysv/linux/s390/sem_trywait.c: Likewise.
+	* sysdeps/unix/sysv/linux/s390/sem_wait.c: Likewise.
+
 2003-03-11  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/pthread/pthread_cond_timedwait.c
+	(__pthread_cond_timedwait): Return the result of the final
+	locking.  If it succeeds, the regular function return value.
+
+	* sysdeps/pthread/pthread_cond_wait.c (__pthread_cond_wait):
+	Return result of the final locking.
+	* version.c (__nptl_main): Work around problems with the strange
+	INTERNAL_SYSCALL macro on ppc32.
+	* init.c (__pthread_initialize_minimal_internal): Unblock
+	SIGCANCEL in case the parent blocked it.
+	Reported by Paul Mackerras <paulus@samba.org>.
+
 	* sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: New file.
 	* sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: New file.
 	* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: New file.