summaryrefslogtreecommitdiff
path: root/tryvfork.c
diff options
context:
space:
mode:
Diffstat (limited to 'tryvfork.c')
-rw-r--r--tryvfork.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tryvfork.c b/tryvfork.c
new file mode 100644
index 0000000..cc39699
--- /dev/null
+++ b/tryvfork.c
@@ -0,0 +1,4 @@
+main()
+{
+ vfork();
+}