diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-11-23 12:20:53 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-11-23 12:20:53 -0500 |
commit | 7538708f8b3000df2ec4e3022a1400b458123224 (patch) | |
tree | a1233b1168555ed907b2a8f30ca5d5c6d9b2e88d /arch/x86_64/bits/signal.h | |
parent | b0756d88a062ae15066719aaf9d54084a7f01d17 (diff) | |
download | musl-7538708f8b3000df2ec4e3022a1400b458123224.tar.gz musl-7538708f8b3000df2ec4e3022a1400b458123224.tar.xz musl-7538708f8b3000df2ec4e3022a1400b458123224.zip |
fix up leftover, incorrect NSIG definitions in arch-specific signal.h
Diffstat (limited to 'arch/x86_64/bits/signal.h')
-rw-r--r-- | arch/x86_64/bits/signal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/bits/signal.h b/arch/x86_64/bits/signal.h index cfe7dbbc..d1de2dff 100644 --- a/arch/x86_64/bits/signal.h +++ b/arch/x86_64/bits/signal.h @@ -40,7 +40,6 @@ struct sigcontext { struct __fpstate *fpstate; unsigned long __reserved1[8]; }; -#define NSIG 64 #endif #endif |