pthreads: Remove <sys/signal.h> from <pthread.h>.
authorzrj <rimvydas.jasinskas@gmail.com>
Tue, 8 Dec 2020 10:35:18 +0000 (10:35 +0000)
committerzrj <rimvydas.jasinskas@gmail.com>
Sat, 12 Dec 2020 09:11:24 +0000 (11:11 +0200)
commit399d0512b6fafe6c803b55604e6a916cf75b2286
tree67afd3e58fada6c6a4d7c341f49f90937f2ee8e5
parent26720ae020cbb47edb1d8f138e280dce1ac45c3e
pthreads: Remove <sys/signal.h> from <pthread.h>.

 Seems to be legacy remnant for no longer required pthread_kill() and
 pthread_sigmask().  Use lighter types header in <pthread_np.h>, because
 size_t must be provided by <time.h> and <pthread.h> must include it.
include/pthread.h
include/pthread_np.h