From 58f29d52ee6576a06eaf864d7787b6659509ad61 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 25 Oct 2009 06:51:01 +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_rwlock_unlock in pthread.h. * psxrwlock01/test.c: Conditionally add local prototype for pthread_rwlock_unlock() if pthread.h doesn't supply it. --- testsuites/psxtests/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog index ef5f3ab526..d1528b9aa9 100644 --- a/testsuites/psxtests/ChangeLog +++ b/testsuites/psxtests/ChangeLog @@ -1,3 +1,9 @@ +2009-10-25 Ralf Corsépius + + * configure.ac: Check for pthread_rwlock_unlock in pthread.h. + * psxrwlock01/test.c: Conditionally add local prototype for + pthread_rwlock_unlock() if pthread.h doesn't supply it. + 2009-10-25 Ralf Corsépius * psx01/init.c, psxalarm01/init.c, psxbarrier01/test.c,