diff --git a/sysdeps/unix/sysv/linux/_exit.c b/sysdeps/unix/sysv/linux/_exit.c index e07eb312d2..25c38712d0 100644 --- a/sysdeps/unix/sysv/linux/_exit.c +++ b/sysdeps/unix/sysv/linux/_exit.c @@ -33,7 +33,9 @@ _exit (status) #endif INLINE_SYSCALL (exit, 1, status); +#ifdef ABORT_INSTRUCTION ABORT_INSTRUCTION; +#endif } } libc_hidden_def (_exit)