summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-25 06:51:01 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-25 06:51:01 +0000
commit58f29d52ee6576a06eaf864d7787b6659509ad61 (patch)
tree7ce166f4d72b40e4a460c1177fb25e9ed81c6d28 /testsuites/psxtests
parent2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-58f29d52ee6576a06eaf864d7787b6659509ad61.tar.bz2
2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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.
Diffstat (limited to 'testsuites/psxtests')
-rw-r--r--testsuites/psxtests/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index ef5f3ab526..d1528b9aa9 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,5 +1,11 @@
2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * 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 <ralf.corsepius@rtems.org>
+
* psx01/init.c, psxalarm01/init.c, psxbarrier01/test.c,
psxclock/init.c, psxfatal01/testcase.h, psxfatal02/testcase.h,
psxhdrs/signal12.c, psxkey01/init.c, psxkey03/init.c,