diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-30 06:26:31 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-30 06:26:31 +0000 |
commit | c7aa1e73d980f0f0c349dec153aa20c766518cbf (patch) | |
tree | 985211509d0b8314cf6cfa9759cc916811d00ad3 /test | |
parent | a34c58f20fb03a0e40a55ecdf52790fd72a15867 (diff) |
Header file cleanup
Diffstat (limited to 'test')
-rw-r--r-- | test/silly/tiny.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/silly/tiny.c b/test/silly/tiny.c index cbf8b1643..88cfde2ef 100644 --- a/test/silly/tiny.c +++ b/test/silly/tiny.c @@ -4,5 +4,5 @@ int main(void) { write(1,"hello world\n",12); - exit(42); + _exit(42); } |