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.
This commit is contained in:
Ralf Corsepius
2009-10-25 17:32:04 +00:00
parent a07f29e37c
commit 1a8936e335

View File

@@ -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>