This is the mail archive of the glibc-cvs@sourceware.org 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 ./ChangeLog include/atomic.h nptl/ChangeL ...


CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_5-branch
Changes by:	jakub@sourceware.org	2007-01-12 17:58:08

Modified files:
	.              : ChangeLog 
	include        : atomic.h 
	nptl           : ChangeLog 
	nptl/sysdeps/unix/sysv/linux: pthread_kill.c 

Log message:
	* include/atomic.h (atomic_forced_read): New macro.
	
	* sysdeps/unix/sysv/linux/pthread_kill.c (pthread_kill): Make sure
	tid isn't reread from pd->tid in between ESRCH test and the syscall.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/ChangeLog.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=1.10362.2.25&r2=1.10362.2.26
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/include/atomic.h.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=1.17&r2=1.17.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/ChangeLog.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=1.924&r2=1.924.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/pthread_kill.c.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=1.12&r2=1.12.4.1


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