repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
stdlib: Fix stdbit.h with -Wconversion for clang
[glibc.git]
/
sysdeps
/
sh
/
abort-instr.h
blob
69381aec8e188291f516f798a08ebbd503b90b5f
1
/* An instruction which should crash any program is `sleep'. */
2
#define ABORT_INSTRUCTION_ASM sleep
3
#define ABORT_INSTRUCTION asm (
"sleep"
)