Re: [squid-dev] [PATCH] Fix broken build with musl libc (caused by sys/signal.h)

2015-05-11 Thread Amos Jeffries
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

[squid-dev] [PATCH] Fix broken build with musl libc (caused by sys/signal.h)

2015-05-07 Thread Alex Dowad
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 directl