summaryrefslogtreecommitdiff
path: root/include/unistd.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-09-17 16:55:36 +0000
committerUlrich Drepper <drepper@redhat.com>2002-09-17 16:55:36 +0000
commit2ef30b3d7f0ed0e794d1988c0c7eddda59d8886c (patch)
tree79181cc0e7ed43a76ab84fd58ee1876a202dad5e /include/unistd.h
parente436294bb21b76e7eb13374da1c77525104e2503 (diff)
Declare __libc_fork.
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 1df80fdc9a..017563c1ac 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -141,4 +141,7 @@ extern void __libc_check_standard_fds (void);
/* Special exit function which only terminates the current thread. */
extern void __exit_thread (int val) __attribute__ ((noreturn));
+/* Internal name for fork function. */
+extern __pid_t __libc_fork (void);
+
#endif