Changeset 20b423c6 in rtems
- Timestamp:
- 05/11/15 13:02:51 (8 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 9eb056f
- Parents:
- d5423295
- git-author:
- Sebastian Huber <sebastian.huber@…> (05/11/15 13:02:51)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (05/19/15 13:14:33)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/psxtests/psxualarm/init.c
rd5423295 r20b423c6 87 87 act.sa_flags = 0; 88 88 sigaction( SIGALRM, &act, NULL ); 89 puts( "Init: ualarm in 1 us" );89 puts( "Init: ualarm in 100000 us" ); 90 90 sleep(3); 91 result = ualarm(1 ,0);91 result = ualarm(100000,0); 92 92 rtems_test_assert( result == 0 ); 93 93
Note: See TracChangeset
for help on using the changeset viewer.