aboutsummaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
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)