mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Declare __libc_fork.
This commit is contained in:
parent
e436294bb2
commit
2ef30b3d7f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user