Changeset 645fc954 in rtems for c/src/tests/psxtests/psx07/init.c
- Timestamp:
- 08/14/96 15:27:14 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 520949bf
- Parents:
- dce801d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/psxtests/psx07/init.c
rdce801d r645fc954 159 159 assert( status == EINVAL ); 160 160 161 puts( "Init: pthread_attr_setscope - ENO SYS" );161 puts( "Init: pthread_attr_setscope - ENOTSUP" ); 162 162 status = pthread_attr_setscope( &attr, PTHREAD_SCOPE_SYSTEM ); 163 assert( status == ENO SYS);163 assert( status == ENOTSUP ); 164 164 165 165 puts( "Init: pthread_attr_setscope - EINVAL (not initialized attr)" );
Note: See TracChangeset
for help on using the changeset viewer.