From 6f8326cacd08bf7d1966743086855fc36574bf74 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 30 Jun 2011 20:41:34 -0400 Subject: Fix robust mutex handling after fork --- nptl/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'nptl/ChangeLog') diff --git a/nptl/ChangeLog b/nptl/ChangeLog index e0526fa..c545b07 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,13 @@ +2011-06-30 Ulrich Drepper + + * nptl-init.c (__nptl_set_robust): New function. + (pthread_functions): Add reference. + * npthreadP.h: Declare __nptl_set_robust. + * sysdeps/pthread/pthread-functions.h (pthread_functions): Add + ptr_set_robust member. + * sysdeps/unix/sysv/linux/fork.c: Call set_robust_list syscall in + child if threads are used. + 2011-06-14 Andreas Jaeger * pthread_rwlock_init.c: Include for memset declaration. -- cgit v1.1