Re: [v2 PATCH] system: Disable glibc warning on sigsetmask

2018-11-21 Thread Antonio Ospite
On Wed, 21 Nov 2018 11:45:04 +0800 Herbert Xu wrote: > On Tue, Nov 20, 2018 at 11:48:20PM +0100, Antonio Ospite wrote: > > > > Just for the record, compiling with clang (CC=clang ./configure && make) > > still gives a warning: > > OK, we could disable it completely unless it's gcc: > That

[v2 PATCH] system: Disable glibc warning on sigsetmask

2018-11-20 Thread Herbert Xu
On Tue, Nov 20, 2018 at 11:48:20PM +0100, Antonio Ospite wrote: > > Just for the record, compiling with clang (CC=clang ./configure && make) > still gives a warning: OK, we could disable it completely unless it's gcc: ---8<--- As sigsetmask is set as deprecated in glibc this patch adds the