From: Ulrich Drepper Date: Tue, 17 Sep 2002 16:55:36 +0000 (+0000) Subject: Declare __libc_fork. X-Git-Tag: cvs/glibc-2-3~156 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ef30b3d7f0ed0e794d1988c0c7eddda59d8886c;p=thirdparty%2Fglibc.git Declare __libc_fork. --- diff --git a/include/unistd.h b/include/unistd.h index 1df80fdc9a2..017563c1ac1 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