summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx01
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-03 18:28:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-03 18:28:30 +0000
commite88b5894f3032fe358af093208179ee69fcf365f (patch)
treeb781b8144da2ffff959bad78d5ed0b1aefe36da1 /testsuites/psxtests/psx01
parentnanosleep now fills in the time remaining structure. (diff)
downloadrtems-e88b5894f3032fe358af093208179ee69fcf365f.tar.bz2
added test case for nanosleep filling in the time remaining structure.
Diffstat (limited to 'testsuites/psxtests/psx01')
-rw-r--r--testsuites/psxtests/psx01/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/psxtests/psx01/init.c b/testsuites/psxtests/psx01/init.c
index 82f57cf9a6..28fe62622a 100644
--- a/testsuites/psxtests/psx01/init.c
+++ b/testsuites/psxtests/psx01/init.c
@@ -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 */