projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ac9bb2
)
(_exit): Don't use ABORT_INSTRUCTION if it is not defined.
author
Ulrich Drepper
<drepper@redhat.com>
Fri, 20 Sep 2002 04:14:30 +0000
(
04:14
+0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Fri, 20 Sep 2002 04:14:30 +0000
(
04:14
+0000)
sysdeps/unix/sysv/linux/_exit.c
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/_exit.c
b/sysdeps/unix/sysv/linux/_exit.c
index e07eb312d2eb5cf7a6d79c856e8c00dcf69400f1..25c38712d0f2a32d18ce139c66d085e5fb687b68 100644
(file)
--- 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)