diff --git a/signal.c b/signal.c index 4e35274c..7f8ed52d 100644 --- a/signal.c +++ b/signal.c @@ -89,11 +89,6 @@ struct sigcontext { # warning: NSIG is not defined, using 32 # define NSIG 32 #endif -#ifdef ARM -/* Ugh. Is this really correct? ARM has no RT signals?! */ -# undef NSIG -# define NSIG 32 -#endif #ifdef HAVE_SIGACTION diff --git a/syscall.c b/syscall.c index a27fee9b..02c08679 100644 --- a/syscall.c +++ b/syscall.c @@ -84,11 +84,6 @@ # warning: NSIG is not defined, using 32 # define NSIG 32 #endif -#ifdef ARM -/* Ugh. Is this really correct? ARM has no RT signals?! */ -# undef NSIG -# define NSIG 32 -#endif #include "syscall.h"