From 1a8936e335dd28140e71ec28bd36204513432d3a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 25 Oct 2009 17:32:04 +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 * psxenosys/init.c: Include "pthread.h". Conditionally add local prototype for pthread_atfork() if pthread.h doesn't supply it. --- testsuites/psxtests/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog index 11b46aead4..64273c5133 100644 --- a/testsuites/psxtests/ChangeLog +++ b/testsuites/psxtests/ChangeLog @@ -1,5 +1,8 @@ 2009-10-25 Ralf Corsépius + * psxenosys/init.c: Include "pthread.h". + Conditionally add local prototype for pthread_atfork() + if pthread.h doesn't supply it. * psxkey01/init.c: Include "test_support.h". 2009-10-25 Ralf Corsépius