Zack Weinberg 9185f86d8f Make sysdeps/generic/internal-signals.h less stubby.
Three of the functions defined by internal-signals.h were not actually
fulfilling their contracts when the sysdeps/generic version of that
file was used.  Also, the Linux version included several more headers
than the generic version, which is the root cause of a build failure
on Hurd (already addressed in another way, but I think it is proper to
make the headers match).

	* sysdeps/generic/internal-signals.h: Include signal.h,
	sigsetops.h, and stdbool.h.
	(__libc_signal_block_all): Actually block all signals.
	(__libc_signal_block_app): Likewise.
	(__libc_signal_restore_set): Actually restore the signal mask.
2018-04-04 12:37:23 -04:00
..
2018-03-20 03:10:57 +01:00
2018-04-02 18:08:37 +00:00
2018-04-02 23:40:26 +00:00
2018-03-16 14:25:41 +00:00
2018-04-04 02:31:23 +02:00
2018-03-11 13:06:33 +01:00
2018-04-03 22:59:25 +02:00