From 236641b0f18fbf85eebf83c0fc9bfcc6a7453361 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 25 Oct 2009 07:22:03 +0000 Subject: [PATCH] =?UTF-8?q?2009-10-25=09Ralf=20Cors=C3=83=C2=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: Check for pthread_atfork in pthread.h. * psxrwlock01/test.c: Conditionally add local prototype for pthread_atfork() if pthread.h doesn't supply it. Include . --- testsuites/psxtests/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog index 367c05d42a..ef58d1f56b 100644 --- a/testsuites/psxtests/ChangeLog +++ b/testsuites/psxtests/ChangeLog @@ -1,3 +1,10 @@ +2009-10-25 Ralf Corsépius + + * configure.ac: Check for pthread_atfork in pthread.h. + * psxrwlock01/test.c: Conditionally add local prototype for + pthread_atfork() if pthread.h doesn't supply it. + Include . + 2009-10-25 Ralf Corsépius * configure.ac: Check for sys/mman.h.