1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-18 17:24:29 +03:00

PLT avoidance for _exit in rtld.

This commit is contained in:
Roland McGrath
2015-07-09 15:25:47 -07:00
parent 2eb9ef29b6
commit af85d409a2
7 changed files with 15 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
__BEGIN_DECLS
libc_hidden_proto (_exit, __noreturn__)
rtld_hidden_proto (_exit, __noreturn__)
libc_hidden_proto (alarm)
libc_hidden_proto (confstr)
libc_hidden_proto (execl)