Document some different function declarations on OSF/1 5.1.
[gnulib.git] / lib / signal.in.h
index 7ab1737..807c03b 100644 (file)
@@ -81,7 +81,7 @@ typedef unsigned int sigset_t;
 #  endif
 
 /* This code supports only 32 signals.  */
-typedef int verify_NSIG_constraint[2 * (NSIG <= 32) - 1];
+typedef int verify_NSIG_constraint[NSIG <= 32 ? 1 : -1];
 
 # endif