diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-07-09 15:25:47 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-07-09 15:25:47 -0700 |
commit | af85d409a29ae435949a7fcc7065d88af0233d24 (patch) | |
tree | 62867d768e89de69bdd2db74e2117d52f14ac630 /sysdeps/nacl | |
parent | 2eb9ef29b698bb7706833236b4b9041f0c23ceef (diff) | |
download | glibc-af85d409a29ae435949a7fcc7065d88af0233d24.zip glibc-af85d409a29ae435949a7fcc7065d88af0233d24.tar.gz glibc-af85d409a29ae435949a7fcc7065d88af0233d24.tar.bz2 |
PLT avoidance for _exit in rtld.
Diffstat (limited to 'sysdeps/nacl')
-rw-r--r-- | sysdeps/nacl/_exit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/nacl/_exit.c b/sysdeps/nacl/_exit.c index 6006e26..b3b32ee 100644 --- a/sysdeps/nacl/_exit.c +++ b/sysdeps/nacl/_exit.c @@ -31,4 +31,5 @@ _exit (int status) __builtin_trap (); } libc_hidden_def (_exit) +rtld_hidden_def (_exit) weak_alias (_exit, _Exit) |