Declare __libc_fork.

This commit is contained in:
Ulrich Drepper 2002-09-17 16:55:36 +00:00
parent e436294bb2
commit 2ef30b3d7f
1 changed files with 3 additions and 0 deletions

View 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