aboutsummaryrefslogtreecommitdiff
path: root/winsup/testsuite/winsup.api/mmaptest03.c
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-10-11 18:17:59 +0000
committerChristopher Faylor <me@cgf.cx>2005-10-11 18:17:59 +0000
commita5ac89cbbd9e8b8014d9558709c70d5a1b6326bc (patch)
treeb03bb47b7ca78e1b9be89ece7db07206c9031196 /winsup/testsuite/winsup.api/mmaptest03.c
parentf2e8d7b0f062b86286b7969d7b7ec1d82ffd4a18 (diff)
downloadnewlib-a5ac89cbbd9e8b8014d9558709c70d5a1b6326bc.zip
newlib-a5ac89cbbd9e8b8014d9558709c70d5a1b6326bc.tar.gz
newlib-a5ac89cbbd9e8b8014d9558709c70d5a1b6326bc.tar.bz2
* Makefile.common (CFLAGS_COMMON): Add -Wstrict-aliasing.
Diffstat (limited to 'winsup/testsuite/winsup.api/mmaptest03.c')
-rw-r--r--winsup/testsuite/winsup.api/mmaptest03.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/testsuite/winsup.api/mmaptest03.c b/winsup/testsuite/winsup.api/mmaptest03.c
index 8046f0b..b3141d9 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");