1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +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

@ -29,6 +29,7 @@ _exit (status)
abort ();
}
libc_hidden_def (_exit)
rtld_hidden_def (_exit)
weak_alias (_exit, _Exit)
stub_warning (_exit)