summaryrefslogtreecommitdiff
path: root/arch/powerpc/bits
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2013-03-23 20:02:31 -0400
committerRich Felker <dalias@aerifal.cx>2013-03-23 20:02:31 -0400
commit2d0f495e7bbcc1b17bf118b939e347e2d771fa2f (patch)
treefb30ddb2159a9a43cb09711fdea9bfdb496113f0 /arch/powerpc/bits
parent427c0ca79e8ab429681310308a0a87cd5fdd1837 (diff)
downloadmusl-2d0f495e7bbcc1b17bf118b939e347e2d771fa2f.tar.gz
add deprecated SIGIOT alias for SIGABRT
reportedly some programs (e.g. showkeys in the kbd package) use it.
Diffstat (limited to 'arch/powerpc/bits')
-rw-r--r--arch/powerpc/bits/signal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/bits/signal.h b/arch/powerpc/bits/signal.h
index 81012d5b..c073cd21 100644
--- a/arch/powerpc/bits/signal.h
+++ b/arch/powerpc/bits/signal.h
@@ -77,7 +77,7 @@ typedef struct __ucontext {
#define SIGILL 4
#define SIGTRAP 5
#define SIGABRT 6
-#define SIGIOT 6
+#define SIGIOT SIGABRT
#define SIGBUS 7
#define SIGFPE 8
#define SIGKILL 9