From c0ecb80a43103964d30d8629ce45098fca307081 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 20 Dec 2003 23:39:42 +0000 Subject: Update. 2003-12-20 Ulrich Drepper * elf/rtld.c (dl_main): Optimize order or subexpressions in if(). --- nptl/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'nptl/ChangeLog') diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 5e81694058..69fb0ec703 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -2,6 +2,15 @@ * sysdeps/unix/sysv/linux/Makefile (CFLAGS-getpid.c): Define. * sysdeps/unix/sysv/linux/getpid.c: New file. + * pthread_cancel.c: Add comment explaining use of PID field. + * sysdeps/unix/sysv/linux/pthread_kill.c: Likewise. + * pthread_getattr_np.c: Use abs() when comparing PID and TID fields. + * sysdeps/unix/sysv/linux/fork.c: Negate PID field of parent + temporarily to signal the field must not be relied on and updated + by getpid(). + * sysdeps/unix/sysv/linux/pt-raise.c: Handle case where PID is + temporarily negative. + * sysdeps/unix/sysv/linux/raise.c: Likewise. 2003-12-19 Ulrich Drepper -- cgit 1.4.1