Changeset e2ceeca7 in rtems
- Timestamp:
- 08/23/96 15:50:53 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 78f5dae
- Parents:
- 257adba
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/psxtests/psx01/init.c
r257adba re2ceeca7 19 19 ) 20 20 { 21 struct timespec tv; 22 struct timespec tr; 21 23 int status; 22 24 int priority; … … 26 28 time_t remaining; 27 29 struct tm tm; 28 struct timespec tv;29 struct timespec tr;30 30 31 31 puts( "\n\n*** POSIX TEST 1 ***" ); 32 33 build_time( &tm, TM_FRIDAY, TM_MAY, 24, 96, 11, 5, 0 ); 32 34 33 35 /* error cases in clock_gettime and clock_settime */ -
testsuites/psxtests/psx01/init.c
r257adba re2ceeca7 19 19 ) 20 20 { 21 struct timespec tv; 22 struct timespec tr; 21 23 int status; 22 24 int priority; … … 26 28 time_t remaining; 27 29 struct tm tm; 28 struct timespec tv;29 struct timespec tr;30 30 31 31 puts( "\n\n*** POSIX TEST 1 ***" ); 32 33 build_time( &tm, TM_FRIDAY, TM_MAY, 24, 96, 11, 5, 0 ); 32 34 33 35 /* error cases in clock_gettime and clock_settime */
Note: See TracChangeset
for help on using the changeset viewer.