summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/_exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/_exit.c')
-rw-r--r--libc/sysdeps/linux/common/_exit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/_exit.c b/libc/sysdeps/linux/common/_exit.c
index f6619b41b..c54ed8d07 100644
--- a/libc/sysdeps/linux/common/_exit.c
+++ b/libc/sysdeps/linux/common/_exit.c
@@ -16,7 +16,6 @@
#include <sysdep.h>
#endif
-/* libc_hidden_proto(_exit) */
void attribute_noreturn _exit(int status)
{