summaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-07-09 15:25:47 -0700
committerRoland McGrath <roland@hack.frob.com>2015-07-09 15:25:47 -0700
commitaf85d409a29ae435949a7fcc7065d88af0233d24 (patch)
tree62867d768e89de69bdd2db74e2117d52f14ac630 /posix
parent2eb9ef29b698bb7706833236b4b9041f0c23ceef (diff)
PLT avoidance for _exit in rtld.
Diffstat (limited to 'posix')
-rw-r--r--posix/_exit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/_exit.c b/posix/_exit.c
index ceff1a3d53..f4d76a10d0 100644
--- a/posix/_exit.c
+++ b/posix/_exit.c
@@ -29,6 +29,7 @@ _exit (status)
abort ();
}
libc_hidden_def (_exit)
+rtld_hidden_def (_exit)
weak_alias (_exit, _Exit)
stub_warning (_exit)