Changeset 0f7d5a7 in rtems for cpukit/libcsupport
- Timestamp:
- 04/17/03 10:45:07 (19 years ago)
- Children:
- b50c582d
- Parents:
- 3b585c3
- Location:
- cpukit/libcsupport
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libcsupport/ChangeLog
r3b585c3 r0f7d5a7 1 2003-04-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * src/no_posix.c: include <reent.h> instead of <sys/reent.h> 4 1 5 2003-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/libcsupport/src/no_posix.c
r3b585c3 r0f7d5a7 36 36 37 37 #if defined(RTEMS_NEWLIB) 38 #include < sys/reent.h>38 #include <reent.h> 39 39 40 40 pid_t _getpid_r( … … 55 55 56 56 #if defined(RTEMS_NEWLIB) 57 #include < sys/reent.h>57 #include <reent.h> 58 58 59 59 int _kill_r( struct _reent *ptr, pid_t pid, int sig )
Note: See TracChangeset
for help on using the changeset viewer.