projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3944d3
)
declare and make hidden additional internal init/exit symbols
author
Rich Felker
<dalias@aerifal.cx>
Tue, 11 Sep 2018 18:49:22 +0000
(14:49 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Wed, 12 Sep 2018 18:34:36 +0000
(14:34 -0400)
src/internal/libc.h
patch
|
blob
|
history
diff --git
a/src/internal/libc.h
b/src/internal/libc.h
index 52e2d80fd0ca7edbe29608bd2b75605c1199b2e7..155a299eb41a32d5bdbceacd2c87f489fce029a6 100644
(file)
--- a/
src/internal/libc.h
+++ b/
src/internal/libc.h
@@
-38,7
+38,11
@@
extern hidden struct __libc __libc;
hidden void __init_libc(char **, char *);
hidden void __init_tls(size_t *);
+hidden void __init_ssp(void *);
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);
extern hidden size_t __hwcap;
extern hidden size_t __sysinfo;