]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 1df80fdc9a2431d73ce665b3f25907ff2e6f81de..017563c1ac10dd47eb4bdccb9aac2194485df6d4 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