glibc/nptl/sysdeps
Ulrich Drepper cb5b9388da Update.
2003-12-23  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/raise.c (raise): Protect pid = selftid
	setting with __ASSUME_TGKILL || defined __NR_tgkill.
	If pid is 0, set it to selftid.
	* sysdeps/unix/sysv/linux/getpid.c (really_getpid): Make inline.
	Don't set self->pid but self->tid.  If self->pid == 0 and self->tid
	!= 0, return self->tid without doing a syscall.
	* descr.h (struct pthread): Move pid field after tid.

	* Makefile (tests): Add tst-raise1.
	* tst-raise1.c: New file.
2003-12-27 07:38:25 +00:00
..
alpha Update. 2003-12-19 01:37:13 +00:00
generic * sysdeps/unix/sysv/linux/speed.c 2003-09-09 07:01:01 +00:00
i386 Update. 2003-12-19 01:37:13 +00:00
ia64 Update. 2003-12-10 23:02:33 +00:00
powerpc Update. 2003-12-19 01:37:13 +00:00
pthread Update. 2003-12-20 06:34:59 +00:00
s390 Update. 2003-12-19 01:37:13 +00:00
sh Update. 2003-12-19 01:37:13 +00:00
sparc Update. 2003-12-19 01:37:13 +00:00
unix/sysv/linux Update. 2003-12-27 07:38:25 +00:00
x86_64 Update. 2003-12-19 01:37:13 +00:00