]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 631375841725b7de2f0337ea4933f40c6ebed821..26f7f3f3b188e5fbd2d2ffe05a83fe619d990214 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 6b1c5b2e33d6e3c4a161bc41aefac536b4d9fe80..7e3c62140bac476a20e38a7952ea3bec60df6f8b 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.