summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-25 17:32:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-25 17:32:04 +0000
commit1a8936e335dd28140e71ec28bd36204513432d3a (patch)
tree9bffe888bb50ffe0f53f4163b916884db9077d5f /testsuites/psxtests
parent2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-1a8936e335dd28140e71ec28bd36204513432d3a.tar.bz2
2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxenosys/init.c: Include "pthread.h". Conditionally add local prototype for pthread_atfork() if pthread.h doesn't supply it.
Diffstat (limited to 'testsuites/psxtests')
-rw-r--r--testsuites/psxtests/ChangeLog3
1 files changed, 3 insertions, 0 deletions
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 <ralf.corsepius@rtems.org>
+ * 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 <ralf.corsepius@rtems.org>