diff options
Diffstat (limited to 'manual tests/8 timeout/sleepprog.c')
-rw-r--r-- | manual tests/8 timeout/sleepprog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual tests/8 timeout/sleepprog.c b/manual tests/8 timeout/sleepprog.c index e371482..8875e12 100644 --- a/manual tests/8 timeout/sleepprog.c +++ b/manual tests/8 timeout/sleepprog.c @@ -1,6 +1,6 @@ #include<unistd.h> -int main(int argc, char **argv) { +int main(void) { sleep(1000); return 0; } |