From 90e123f4a810d17c6bd8c2102939f6416481427e Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 12 Jul 2012 16:54:43 -0400 Subject: fix redef of sigprocmask constants on mips this fix is easier than trying to reorder the header stuff --- include/signal.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/signal.h b/include/signal.h index 72bffd61..d4856a89 100644 --- a/include/signal.h +++ b/include/signal.h @@ -28,11 +28,9 @@ extern "C" { #define SIG_HOLD ((void (*)(int)) 2) -#ifndef SIG_BLOCK #define SIG_BLOCK 0 #define SIG_UNBLOCK 1 #define SIG_SETMASK 2 -#endif #define SI_ASYNCNL (-60) #define SI_TKILL (-6) -- cgit v1.2.1