Changeset 375f37d in rtems
- Timestamp:
- 08/02/96 16:46:56 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 20de272
- Parents:
- 870f2976
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/psxtests/psx07/system.h
r870f2976 r375f37d 23 23 ); 24 24 25 void *Task_1(26 void *argument27 );28 29 void *Task_2(30 void *argument31 );32 33 25 /* configuration information */ 34 26 … … 51 43 52 44 TEST_EXTERN pthread_t Init_id; 53 TEST_EXTERN pthread_t Task_id;54 45 55 46 /* end of include file */ -
testsuites/psxtests/psx07/system.h
r870f2976 r375f37d 23 23 ); 24 24 25 void *Task_1(26 void *argument27 );28 29 void *Task_2(30 void *argument31 );32 33 25 /* configuration information */ 34 26 … … 51 43 52 44 TEST_EXTERN pthread_t Init_id; 53 TEST_EXTERN pthread_t Task_id;54 45 55 46 /* end of include file */
Note: See TracChangeset
for help on using the changeset viewer.