diff options
Diffstat (limited to 'winsup/testsuite/winsup.api/mmaptest03.c')
-rw-r--r-- | winsup/testsuite/winsup.api/mmaptest03.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/testsuite/winsup.api/mmaptest03.c b/winsup/testsuite/winsup.api/mmaptest03.c index 8046f0bf8..b3141d998 100644 --- a/winsup/testsuite/winsup.api/mmaptest03.c +++ b/winsup/testsuite/winsup.api/mmaptest03.c @@ -103,6 +103,7 @@ main(int argc, char **argv) what = "child"; } + if (argc > 1) sleep (10); if (pid == -1) perror_exit ("fork failed"); |