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:
Andreas Schwab 2015-01-25 11:05:53 +01:00
parent 00b8b9baf4
commit b658fdd82b
2 changed files with 5 additions and 0 deletions

View File

@ -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]

View 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.