about summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-04-02 00:11:05 +0000
committerRoland McGrath <roland@gnu.org>2003-04-02 00:11:05 +0000
commit9a197dcc6a93d7938bede6ca85fd1f769424cf17 (patch)
treeb369b79b99a6a3869ae2c08bba80b81a7c46f095 /linuxthreads/ChangeLog
parentde58be8a098dfb710f0b6167c8fabc265f2920de (diff)
downloadglibc-9a197dcc6a93d7938bede6ca85fd1f769424cf17.tar.gz
glibc-9a197dcc6a93d7938bede6ca85fd1f769424cf17.tar.xz
glibc-9a197dcc6a93d7938bede6ca85fd1f769424cf17.zip
* sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: Use the
	IA-64 version.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index dbdb0d4e8b..6bd20005fd 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,18 @@
+2003-04-01  Jakub Jelinek  <jakub@redhat.com>
+
+	* pthread.c (__pthread_wait_for_restart_signal): Use
+	__pthread_sigsuspend instead of sigsuspend.
+	* internals.h (__pthread_sigsuspend): New prototype.
+	* Makefile (libpthread-routines): Add pt-sigsuspend.
+	(tests): Add tst-cancel7.
+	* sysdeps/unix/sysv/linux/pt-sigsuspend.c: New file.
+	* sysdeps/unix/sysv/linux/alpha/pt-sigsuspend.S: New file.
+	* sysdeps/unix/sysv/linux/ia64/pt-sigsuspend.c: New file.
+	* sysdeps/unix/sysv/linux/s390/s390-64/pt-sigsuspend.c: New file.
+	* sysdeps/unix/sysv/linux/sparc/sparc64/pt-sigsuspend.c: New file.
+	* sysdeps/unix/sysv/linux/x86_64/pt-sigsuspend.c: New file.
+	* tst-cancel7.c: New test.
+
 2003-03-31  Alexandre Oliva  <aoliva@redhat.com>
 
 	* alloca_cutoff.c: Include internals.h.