Changeset be1c11ed in rtems for testsuites/psxtests
- Timestamp:
- 05/29/96 22:48:26 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a96a713
- Parents:
- dd32d883
- Location:
- testsuites/psxtests/psx01
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/psxtests/psx01/init.c
rdd32d883 rbe1c11ed 26 26 #include "system.h" 27 27 28 void * Init(28 void *POSIX_Init( 29 29 void *argument 30 30 ) -
testsuites/psxtests/psx01/system.h
rdd32d883 rbe1c11ed 22 22 #include <stdio.h> 23 23 24 void * Init(24 void *POSIX_Init( 25 25 void *argument 26 26 ); … … 37 37 #define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER 38 38 39 #define CONFIGURE_HAS_OWN_INIT_TASK_TABLE 40 #define CONFIGURE_INIT_TASK_TABLE_SIZE 0 41 #define CONFIGURE_INIT_TASK_TABLE NULL 39 #define CONFIGURE_POSIX_INIT_THREAD_TABLE 42 40 43 41 #include <confdefs.h>
Note: See TracChangeset
for help on using the changeset viewer.