This is the mail archive of the glibc-cvs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libc/linuxthreads internals.h pthread.c Makefi ...


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	roland at sourceware dot org	2003-04-02 00:10:45

Modified files:
	linuxthreads   : internals.h pthread.c Makefile 
Added files:
	linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64: 
	                                                    pt-sigsuspend.c 
	linuxthreads   : tst-cancel7.c 
	linuxthreads/sysdeps/unix/sysv/linux/alpha: pt-sigsuspend.S 
	linuxthreads/sysdeps/unix/sysv/linux: pt-sigsuspend.c 
	linuxthreads/sysdeps/unix/sysv/linux/s390/s390-64: 
	                                                   pt-sigsuspend.c 
	linuxthreads/sysdeps/unix/sysv/linux/ia64: pt-sigsuspend.c 
	linuxthreads/sysdeps/unix/sysv/linux/x86_64: pt-sigsuspend.c 

Log message:
	2003-04-01  Jakub Jelinek  <jakub at redhat dot 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]