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/arm/bits | |
parent | b0756d88a062ae15066719aaf9d54084a7f01d17 (diff) | |
download | musl-7538708f8b3000df2ec4e3022a1400b458123224.tar.gz musl-7538708f8b3000df2ec4e3022a1400b458123224.tar.bz2 musl-7538708f8b3000df2ec4e3022a1400b458123224.tar.xz musl-7538708f8b3000df2ec4e3022a1400b458123224.zip |
fix up leftover, incorrect NSIG definitions in arch-specific signal.h
Diffstat (limited to 'arch/arm/bits')
-rw-r--r-- | arch/arm/bits/signal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/bits/signal.h b/arch/arm/bits/signal.h index 2f83cb99..9323b112 100644 --- a/arch/arm/bits/signal.h +++ b/arch/arm/bits/signal.h @@ -33,7 +33,6 @@ struct sigcontext unsigned long arm_ip, arm_sp, arm_lr, arm_pc; unsigned long arm_cpsr, fault_address; }; -#define NSIG 64 #endif #endif |