2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: AC_CONFIG_SRCDIR([src/pthreads.c])
	* src/psignal.c: #include <string.h>.
This commit is contained in:
Joel Sherrill
2002-01-06 20:10:04 +00:00
parent ab1ed86eb6
commit 7d9ec2d10c
6 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_CONFIG_SRCDIR([src/pthreads.c])
* src/psignal.c: #include <string.h>.
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove optman/Makefile from CONFIG_FILES.

View File

@@ -4,7 +4,7 @@
AC_PREREQ(2.52)
AC_INIT
AC_CONFIG_SRCDIR([optman])
AC_CONFIG_SRCDIR([src/pthread.c])
RTEMS_TOP(../../../..)
AC_CONFIG_AUX_DIR(../../../..)

View File

@@ -10,6 +10,7 @@
#include <errno.h>
#include <pthread.h>
#include <signal.h>
#include <string.h> /* memcpy */
#include <rtems/system.h>
#include <rtems/score/isr.h>