Skip to content

Commit b658fdd

Browse files
Include <signal.h> in sysdeps/nptl/allocrtsig.c
Architectures which don't use hp-timing-common.h don't include <signal.h> via <sys/param.h>.
1 parent 00b8b9b commit b658fdd

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2015-01-29 Andreas Schwab <[email protected]>
2+
3+
* sysdeps/nptl/allocrtsig.c: Include <signal.h>.
4+
15
2015-01-29 Siddhesh Poyarekar <[email protected]>
26

37
[BZ #17892]

sysdeps/nptl/allocrtsig.c

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
License along with the GNU C Library; if not, see
1717
<http://www.gnu.org/licenses/>. */
1818

19+
#include <signal.h>
1920
#include <nptl/pthreadP.h>
2021

2122
/* Up to three special signals might be used privately by libpthread.

0 commit comments

Comments
 (0)