added test case for nanosleep filling in the time remaining structure.

This commit is contained in:
Joel Sherrill
1996-06-03 18:28:30 +00:00
parent a26ee01ca4
commit e88b5894f3
2 changed files with 2 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ void *POSIX_Init(
/* check the time remaining */
printf( "sec (%d), nsec (%d) remaining\n", (int)tr.tv_sec, (int)tr.tv_nsec );
assert( !tr.tv_sec && !tr.tv_nsec );
/* create a thread */