Include <signal.h> in sysdeps/nptl/allocrtsig.c
authorAndreas Schwab <schwab@suse.de>
Sun, 25 Jan 2015 10:05:53 +0000 (11:05 +0100)
committerAndreas Schwab <schwab@suse.de>
Thu, 29 Jan 2015 09:00:25 +0000 (10:00 +0100)
Architectures which don't use hp-timing-common.h don't include <signal.h>
via <sys/param.h>.

ChangeLog
sysdeps/nptl/allocrtsig.c

index 6313758..26f7f3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-29  Andreas Schwab  <schwab@suse.de>
+
+       * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
+
 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
 
        [BZ #17892]
index 6b1c5b2..7e3c621 100644 (file)
@@ -16,6 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
+#include <signal.h>
 #include <nptl/pthreadP.h>
 
 /* Up to three special signals might be used privately by libpthread.