Changeset c7dd091f in rtems
- Timestamp:
- 08/09/96 18:48:33 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1406a4b
- Parents:
- d0b5249
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/psxtests/psx01/system.h
rd0b5249 rc7dd091f 20 20 #include <unistd.h> 21 21 #include <errno.h> 22 #include <sched.h> 22 23 23 24 void *POSIX_Init( … … 38 39 #define CONFIGURE_POSIX_INIT_THREAD_TABLE 39 40 41 #define CONFIGURE_MAXIMUM_POSIX_THREADS 2 42 40 43 #include <confdefs.h> 41 44 -
testsuites/psxtests/psx01/system.h
rd0b5249 rc7dd091f 20 20 #include <unistd.h> 21 21 #include <errno.h> 22 #include <sched.h> 22 23 23 24 void *POSIX_Init( … … 38 39 #define CONFIGURE_POSIX_INIT_THREAD_TABLE 39 40 41 #define CONFIGURE_MAXIMUM_POSIX_THREADS 2 42 40 43 #include <confdefs.h> 41 44
Note: See TracChangeset
for help on using the changeset viewer.