[squid-dev] [PATCH] Fix broken build with musl libc (caused by sys/signal.h)
Amos Jeffries
squid3 at treenet.co.nz
Mon May 11 15:33:53 UTC 2015
On 7/05/2015 9:59 p.m., Alex Dowad wrote:
> When included, musl libc's sys/signal.h issues a compiler warning
> stating that signal.h should be used directly instead. If gcc is
> treating all warnings as errors, this breaks the build.
>
> glibc's sys/signal.h does not contain any definitions; all it does
> is include signal.h (indirectly). So directly including signal.h
> doesn't break anything with glibc.
Thank you. Slightly polished versino applied as trunk rev.14068.
Amos
More information about the squid-dev
mailing list