2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>

* configure.ac: Check for pthread_atfork in pthread.h.
	* psxrwlock01/test.c: Conditionally add local prototype for
	pthread_atfork() if pthread.h doesn't supply it.
	Include <pthread.h>.
This commit is contained in:
Ralf Corsepius
2009-10-25 07:22:03 +00:00
parent 9c54ec30be
commit 236641b0f1

View File

@@ -1,3 +1,10 @@
2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for pthread_atfork in pthread.h.
* psxrwlock01/test.c: Conditionally add local prototype for
pthread_atfork() if pthread.h doesn't supply it.
Include <pthread.h>.
2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for sys/mman.h.