Re: [PATCH] pthread_sigmask: fix implicit declaration of 'pthread_sigmask'

2020-10-11 Thread Bruno Haible
KO Myung-Hun wrote: > * lib/signal.in.h [__KLIBC__]: Include . > * lib/sys_select.in.h [__KLIBC__]: Do not include . Thanks. Applied. Bruno

[PATCH] pthread_sigmask: fix implicit declaration of 'pthread_sigmask'

2020-10-09 Thread KO Myung-Hun
This fixes the following warning: - CC lib/pthread_sigmask.o lib/pthread_sigmask.c: In function 'rpl_pthread_sigmask': lib/pthread_sigmask.c:52:9: warning: implicit declaration of function 'pthread_sigmask'; did you mean 'rpl_pthread_sigmask'? [-Wimplicit-function-declaration]