summaryrefslogtreecommitdiff
path: root/libs/vfork
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-03-14 20:25:04 +0100
committerRobin Gareus <robin@gareus.org>2014-03-14 20:25:04 +0100
commitf0e40565a58ab907a036a59a2af99e325deeabdc (patch)
tree3234a72d356542ed87f36d54bfb7d736ef847655 /libs/vfork
parent2721242f772e5dd3f6725fb819ba693de39303b3 (diff)
small cleanup.
Diffstat (limited to 'libs/vfork')
-rw-r--r--libs/vfork/exec_wrapper.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/vfork/exec_wrapper.c b/libs/vfork/exec_wrapper.c
index 8a288f01a1..cba56d313f 100644
--- a/libs/vfork/exec_wrapper.c
+++ b/libs/vfork/exec_wrapper.c
@@ -96,7 +96,5 @@ int main(int argc, char *argv[]) {
char buf = 0;
(void) write(pok[1], &buf, 1 );
close_fd(&pok[1]);
- exit(-1);
return -1;
}
-