]> granicus.if.org Git - apache/commit
Fix compilation failure :
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 24 Oct 2017 03:20:56 +0000 (03:20 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 24 Oct 2017 03:20:56 +0000 (03:20 +0000)
commiteb0229b1a57407e68add07e8fdeea42e4e096fed
treece1d2a920288f57f9bf400a59f3f6679e08e15bb
parent3d0e7ed0024fa3469321aa78c5a9dea1abc8d0a4
Fix compilation failure :

unixd.c: In function ‘ap_unixd_mpm_set_signals’:
unixd.c:579:5: error: implicit declaration of function ‘apr_signal’; did you mean ‘strsignal’? [-Werror=implicit-function-declaration]
     apr_signal(SIGPIPE, SIG_IGN);
     ^~~~~~~~~~
     strsignal

Not sure where it comes from, maybe related to r1812301.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1813116 13f79535-47bb-0310-9956-ffa450edef68
os/unix/unixd.c