Changeset f7e46cf0 in rtems
- Timestamp:
- 01/28/97 23:35:01 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7446899
- Parents:
- 68d8873
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/sapi/src/posixapi.c
r68d8873 rf7e46cf0 15 15 */ 16 16 17 #ifdef RTEMS_POSIX_API18 19 17 #include <assert.h> 20 18 … … 26 24 #define POSIX_API_INIT 27 25 28 #include <rtems/system.h> 26 #include <rtems/system.h> /* include this before checking RTEMS_POSIX_API */ 27 #ifdef RTEMS_POSIX_API 29 28 30 29 #include <sys/types.h> -
cpukit/sapi/src/posixapi.c
r68d8873 rf7e46cf0 15 15 */ 16 16 17 #ifdef RTEMS_POSIX_API18 19 17 #include <assert.h> 20 18 … … 26 24 #define POSIX_API_INIT 27 25 28 #include <rtems/system.h> 26 #include <rtems/system.h> /* include this before checking RTEMS_POSIX_API */ 27 #ifdef RTEMS_POSIX_API 29 28 30 29 #include <sys/types.h>
Note: See TracChangeset
for help on using the changeset viewer.