Changeset c8a4ed6 in rtems
- Timestamp:
- 08/13/96 19:06:45 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 48b40d8
- Parents:
- 1d428a3c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/psxtests/psx10/task2.c
r1d428a3c rc8a4ed6 41 41 assert( !status ); 42 42 43 puts( "Task_2: task exit" ); 43 44 pthread_exit( NULL ); 44 45 -
testsuites/psxtests/psx10/task2.c
r1d428a3c rc8a4ed6 41 41 assert( !status ); 42 42 43 puts( "Task_2: task exit" ); 43 44 pthread_exit( NULL ); 44 45
Note: See TracChangeset
for help on using the changeset viewer.