mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
(_exit): Don't use ABORT_INSTRUCTION if it is not defined.
This commit is contained in:
@ -33,7 +33,9 @@ _exit (status)
|
||||
#endif
|
||||
INLINE_SYSCALL (exit, 1, status);
|
||||
|
||||
#ifdef ABORT_INSTRUCTION
|
||||
ABORT_INSTRUCTION;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
libc_hidden_def (_exit)
|
||||
|
Reference in New Issue
Block a user