diff options
Diffstat (limited to 'tests/unistd/sleep.out')
-rw-r--r-- | tests/unistd/sleep.out | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/unistd/sleep.out b/tests/unistd/sleep.out new file mode 100644 index 00000000..9a668e91 --- /dev/null +++ b/tests/unistd/sleep.out @@ -0,0 +1,6 @@ +sleep(2) ret: 0 +after sleep(2): 2 +errno: 0 +usleep(3000000) ret: 0 +after usleep(3000000): 3 +errno: 0 |