summaryrefslogtreecommitdiff
path: root/src/internal/libc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/libc.h')
-rw-r--r--src/internal/libc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/libc.h b/src/internal/libc.h
index e4fe9e9b..0a279184 100644
--- a/src/internal/libc.h
+++ b/src/internal/libc.h
@@ -43,6 +43,7 @@ hidden void __libc_start_init(void);
hidden void __funcs_on_exit(void);
hidden void __funcs_on_quick_exit(void);
hidden void __libc_exit_fini(void);
+hidden void __fork_handler(int);
extern hidden size_t __hwcap;
extern hidden size_t __sysinfo;