summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/_exit.c
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 /sysdeps/mach/hurd/_exit.c
parent2eb9ef29b698bb7706833236b4b9041f0c23ceef (diff)
PLT avoidance for _exit in rtld.
Diffstat (limited to 'sysdeps/mach/hurd/_exit.c')
-rw-r--r--sysdeps/mach/hurd/_exit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/_exit.c b/sysdeps/mach/hurd/_exit.c
index 15c21fcad8..978b68f0ec 100644
--- a/sysdeps/mach/hurd/_exit.c
+++ b/sysdeps/mach/hurd/_exit.c
@@ -52,4 +52,5 @@ _exit (status)
_hurd_exit (W_EXITCODE (status, 0));
}
libc_hidden_def (_exit)
+rtld_hidden_def (_exit)
weak_alias (_exit, _Exit)