mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
PLT avoidance for _exit in rtld.
This commit is contained in:
@ -39,4 +39,5 @@ _exit (status)
|
||||
}
|
||||
}
|
||||
libc_hidden_def (_exit)
|
||||
rtld_hidden_def (_exit)
|
||||
weak_alias (_exit, _Exit)
|
||||
|
Reference in New Issue
Block a user