* tests/test-sys_select.c (sigset_t): Test for it, too.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Jul 2011 21:42:11 +0000 (14:42 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Jul 2011 07:44:19 +0000 (00:44 -0700)
Suggested by Bruno Haible.

ChangeLog
tests/test-sys_select.c

index 71c1560..aca6253 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-05  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * tests/test-sys_select.c (sigset_t): Test for it, too.
+       Suggested by Bruno Haible.
+
 2011-07-05  Eric Blake  <eblake@redhat.com>
 
        snprintf: guarantee %1$d, for libintl
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)
 {