aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2021-08-02 09:50:32 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2021-08-03 18:19:32 +0000
commit49ad342cc10cba14b3a40ba26cf8bb2150e2925a (patch)
treeee305bcb48c170ceddd7d3167b6831f11f10241a /include
parent2d319ebe5c08f3454c4e76564b88fb921f008185 (diff)
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 9fa9bebbc4c0..5f358ad72d9a 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -586,6 +586,7 @@ int undelete(const char *);
int unwhiteout(const char *);
void *valloc(size_t); /* obsoleted by malloc() */
int funlinkat(int, const char *, int, int);
+pid_t _Fork(void);
#ifndef _OPTRESET_DECLARED
#define _OPTRESET_DECLARED