pthread_sigmask: Document the module.
[pspp] / tests / test-sys_select.c
index 3a06c64828ed914f89637cdf4d0f0405220a4d51..619a570727389587373501faff87dc76e27f5fd3 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of <sys/select.h> substitute.
-   Copyright (C) 2007-2010 Free Software Foundation, Inc.
+   Copyright (C) 2007-2011 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -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)
 {