This is the mail archive of the
glibc-cvs@sourceware.org
mailing list for the glibc project.
libc/nptl/sysdeps/unix/sysv/linux pthread_kill.c
- From: drepper at sourceware dot org
- To: glibc-cvs at sourceware dot org
- Date: 21 Dec 2006 21:50:07 -0000
- Subject: libc/nptl/sysdeps/unix/sysv/linux pthread_kill.c
CVSROOT: /cvs/glibc
Module name: libc
Changes by: drepper@sourceware.org 2006-12-21 21:50:07
Modified files:
nptl/sysdeps/unix/sysv/linux: pthread_kill.c
Log message:
(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/nptl/sysdeps/unix/sysv/linux/pthread_kill.c.diff?cvsroot=glibc&r1=1.12&r2=1.13