Changeset 7d9ec2d in rtems
- Timestamp:
- 01/06/02 20:10:04 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1bab6c6d
- Parents:
- ab1ed86
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/posix/ChangeLog
rab1ed86 r7d9ec2d 1 2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: AC_CONFIG_SRCDIR([src/pthreads.c]) 4 * src/psignal.c: #include <string.h>. 5 1 6 2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/exec/posix/configure.ac
rab1ed86 r7d9ec2d 5 5 AC_PREREQ(2.52) 6 6 AC_INIT 7 AC_CONFIG_SRCDIR([ optman])7 AC_CONFIG_SRCDIR([src/pthread.c]) 8 8 RTEMS_TOP(../../../..) 9 9 AC_CONFIG_AUX_DIR(../../../..) -
c/src/exec/posix/src/psignal.c
rab1ed86 r7d9ec2d 11 11 #include <pthread.h> 12 12 #include <signal.h> 13 #include <string.h> /* memcpy */ 13 14 14 15 #include <rtems/system.h> -
cpukit/posix/ChangeLog
rab1ed86 r7d9ec2d 1 2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: AC_CONFIG_SRCDIR([src/pthreads.c]) 4 * src/psignal.c: #include <string.h>. 5 1 6 2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
cpukit/posix/configure.ac
rab1ed86 r7d9ec2d 5 5 AC_PREREQ(2.52) 6 6 AC_INIT 7 AC_CONFIG_SRCDIR([ optman])7 AC_CONFIG_SRCDIR([src/pthread.c]) 8 8 RTEMS_TOP(../../../..) 9 9 AC_CONFIG_AUX_DIR(../../../..) -
cpukit/posix/src/psignal.c
rab1ed86 r7d9ec2d 11 11 #include <pthread.h> 12 12 #include <signal.h> 13 #include <string.h> /* memcpy */ 13 14 14 15 #include <rtems/system.h>
Note: See TracChangeset
for help on using the changeset viewer.