mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
(_exit): Don't use ABORT_INSTRUCTION if it is not defined.
This commit is contained in:
parent
4ac9bb2e4a
commit
f993c505f6
@ -33,7 +33,9 @@ _exit (status)
|
||||
#endif
|
||||
INLINE_SYSCALL (exit, 1, status);
|
||||
|
||||
#ifdef ABORT_INSTRUCTION
|
||||
ABORT_INSTRUCTION;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
libc_hidden_def (_exit)
|
||||
|
Loading…
Reference in New Issue
Block a user