* tests/test-sys_select.c (sigset_t): Test for it, too.
[gnulib.git] / tests / test-sys_select.c
index 0dfb8ef..619a570 100644 (file)
@@ -23,6 +23,9 @@
 /* Check that the 'struct timeval' type is defined.  */
 struct timeval t1;
 
+/* Check that sigset_t is defined.  */
+sigset_t t2;
+
 int
 main (void)
 {