forked from Imagelibrary/rtems
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:
@@ -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>
|
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Remove optman/Makefile from CONFIG_FILES.
|
* configure.ac: Remove optman/Makefile from CONFIG_FILES.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
AC_INIT
|
AC_INIT
|
||||||
AC_CONFIG_SRCDIR([optman])
|
AC_CONFIG_SRCDIR([src/pthread.c])
|
||||||
RTEMS_TOP(../../../..)
|
RTEMS_TOP(../../../..)
|
||||||
AC_CONFIG_AUX_DIR(../../../..)
|
AC_CONFIG_AUX_DIR(../../../..)
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
#include <string.h> /* memcpy */
|
||||||
|
|
||||||
#include <rtems/system.h>
|
#include <rtems/system.h>
|
||||||
#include <rtems/score/isr.h>
|
#include <rtems/score/isr.h>
|
||||||
|
|||||||
@@ -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>
|
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Remove optman/Makefile from CONFIG_FILES.
|
* configure.ac: Remove optman/Makefile from CONFIG_FILES.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
AC_INIT
|
AC_INIT
|
||||||
AC_CONFIG_SRCDIR([optman])
|
AC_CONFIG_SRCDIR([src/pthread.c])
|
||||||
RTEMS_TOP(../../../..)
|
RTEMS_TOP(../../../..)
|
||||||
AC_CONFIG_AUX_DIR(../../../..)
|
AC_CONFIG_AUX_DIR(../../../..)
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
#include <string.h> /* memcpy */
|
||||||
|
|
||||||
#include <rtems/system.h>
|
#include <rtems/system.h>
|
||||||
#include <rtems/score/isr.h>
|
#include <rtems/score/isr.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user