summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-26 04:58:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-26 04:58:06 +0000
commit216be29eca736e355294f0186d1d5f083441f37f (patch)
treeb1df02278757108f896d46fbd9d7a2606ab11f8e /testsuites/psxtests
parent2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-216be29eca736e355294f0186d1d5f083441f37f.tar.bz2
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add AC_CHECK_HEADERS sys/mman.h. Add AC_CHECK_DECLS pthread_atfork, adjtime, mprotect.
Diffstat (limited to 'testsuites/psxtests')
-rw-r--r--testsuites/psxtests/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index 1d8466b026..913b3d86e5 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Add AC_CHECK_HEADERS sys/mman.h.
+ Add AC_CHECK_DECLS pthread_atfork, adjtime, mprotect.
+
2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxtime/test.c: Include <sys/time.h>.