summaryrefslogtreecommitdiff
path: root/ucspi-tcp-0.88/fork.h2
diff options
context:
space:
mode:
Diffstat (limited to 'ucspi-tcp-0.88/fork.h2')
-rw-r--r--ucspi-tcp-0.88/fork.h29
1 files changed, 9 insertions, 0 deletions
diff --git a/ucspi-tcp-0.88/fork.h2 b/ucspi-tcp-0.88/fork.h2
new file mode 100644
index 0000000..7c1b0b9
--- /dev/null
+++ b/ucspi-tcp-0.88/fork.h2
@@ -0,0 +1,9 @@
+#ifndef FORK_H
+#define FORK_H
+
+/* sysdep: +vfork */
+
+extern int fork();
+extern int vfork();
+
+#endif