mirror of
https://sourceware.org/git/glibc.git
synced 2025-11-03 20:53:13 +03:00
Declare __libc_fork.
This commit is contained in:
@@ -141,4 +141,7 @@ extern void __libc_check_standard_fds (void);
|
|||||||
/* Special exit function which only terminates the current thread. */
|
/* Special exit function which only terminates the current thread. */
|
||||||
extern void __exit_thread (int val) __attribute__ ((noreturn));
|
extern void __exit_thread (int val) __attribute__ ((noreturn));
|
||||||
|
|
||||||
|
/* Internal name for fork function. */
|
||||||
|
extern __pid_t __libc_fork (void);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user