Message ID | mvm386vl13e.fsf@hawking.suse.de |
---|---|
State | New |
Headers | show |
> Looking at it again I think it is preferable to include the header in > sysdeps/nptl/allocrtsig.c. Do you agree? I was ambivalent about that when reviewing your patch. Either way is OK by me.
diff --git a/sysdeps/nptl/allocrtsig.c b/sysdeps/nptl/allocrtsig.c index 6b1c5b2..7e3c621 100644 --- a/sysdeps/nptl/allocrtsig.c +++ b/sysdeps/nptl/allocrtsig.c @@ -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.