summaryrefslogtreecommitdiffstats
path: root/include/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 90694ed..9b2f2ec 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -479,7 +479,7 @@ char *getwd(char *); /* obsoleted by getcwd() */
useconds_t
ualarm(useconds_t, useconds_t);
int usleep(useconds_t);
-pid_t vfork(void);
+pid_t vfork(void) __returns_twice;
#endif
#if __BSD_VISIBLE
OpenPOWER on IntegriCloud