mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
added test case for nanosleep filling in the time remaining structure.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user