Declare __libc_fork.
authorUlrich Drepper <drepper@redhat.com>
Tue, 17 Sep 2002 16:55:36 +0000 (16:55 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 17 Sep 2002 16:55:36 +0000 (16:55 +0000)
include/unistd.h

index 1df80fd..017563c 100644 (file)
@@ -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