From af85d409a29ae435949a7fcc7065d88af0233d24 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 9 Jul 2015 15:25:47 -0700 Subject: PLT avoidance for _exit in rtld. --- posix/_exit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'posix') 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) -- cgit v1.2.1