diff options
| author | Rich Felker <dalias@aerifal.cx> | 2013-03-23 20:02:31 -0400 | 
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2013-03-23 20:02:31 -0400 | 
| commit | 2d0f495e7bbcc1b17bf118b939e347e2d771fa2f (patch) | |
| tree | fb30ddb2159a9a43cb09711fdea9bfdb496113f0 /arch/microblaze/bits/signal.h | |
| parent | 427c0ca79e8ab429681310308a0a87cd5fdd1837 (diff) | |
| download | musl-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/microblaze/bits/signal.h')
| -rw-r--r-- | arch/microblaze/bits/signal.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/arch/microblaze/bits/signal.h b/arch/microblaze/bits/signal.h index 94aafd0f..ba711c8c 100644 --- a/arch/microblaze/bits/signal.h +++ b/arch/microblaze/bits/signal.h @@ -46,6 +46,7 @@ typedef struct __ucontext {  #define SIGILL    4  #define SIGTRAP   5  #define SIGABRT   6 +#define SIGIOT    SIGABRT  #define SIGBUS    7  #define SIGFPE    8  #define SIGKILL   9 | 
