summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index a64d99b7..35cfda8c 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -147,6 +147,7 @@ int getdtablesize(void);
#ifdef _GNU_SOURCE
int brk(void *);
void *sbrk(intptr_t);
+pid_t forkall(void);
pid_t vfork(void);
int vhangup(void);
int chroot(const char *);