summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-25 07:18:17 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-25 07:18:17 +0000
commit74c881d2688bfe371b5764511a8baadf427502cf (patch)
tree5de1d225542a9f490747cdddc330ae8e6d2d6ada /testsuites/psxtests
parent2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-74c881d2688bfe371b5764511a8baadf427502cf.tar.bz2
2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for sys/mman.h. Check for mprotect in sys/mman.h. * psxenosys/init.c: Conditionally add local prototype for mprotect() if sys/mman.h doesn't supply it.
Diffstat (limited to 'testsuites/psxtests')
-rw-r--r--testsuites/psxtests/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index d1528b9aa9..367c05d42a 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,5 +1,12 @@
2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * configure.ac: Check for sys/mman.h.
+ Check for mprotect in sys/mman.h.
+ * psxenosys/init.c: Conditionally add local prototype for
+ mprotect() if sys/mman.h doesn't supply it.
+
+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.