summaryrefslogtreecommitdiff
path: root/test/silly
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-30 06:26:31 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-30 06:26:31 +0000
commitc7aa1e73d980f0f0c349dec153aa20c766518cbf (patch)
tree985211509d0b8314cf6cfa9759cc916811d00ad3 /test/silly
parenta34c58f20fb03a0e40a55ecdf52790fd72a15867 (diff)
Header file cleanup
Diffstat (limited to 'test/silly')
-rw-r--r--test/silly/tiny.c2
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);
}