mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
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>.
This commit is contained in:
parent
00b8b9baf4
commit
b658fdd82b
@ -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]
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user