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/microblaze | |
| parent | b0756d88a062ae15066719aaf9d54084a7f01d17 (diff) | |
| download | musl-7538708f8b3000df2ec4e3022a1400b458123224.tar.gz | |
fix up leftover, incorrect NSIG definitions in arch-specific signal.h
Diffstat (limited to 'arch/microblaze')
| -rw-r--r-- | arch/microblaze/bits/signal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/bits/signal.h b/arch/microblaze/bits/signal.h index ed900390..c1aaa9cb 100644 --- a/arch/microblaze/bits/signal.h +++ b/arch/microblaze/bits/signal.h @@ -35,7 +35,6 @@ struct sigcontext } regs; unsigned long oldmask; }; -#define NSIG 64 #endif #endif |
