git: pthreads: Remove <sys/signal.h> from <pthread.h>.

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Sat Dec 12 01:09:46 PST 2020


commit 399d0512b6fafe6c803b55604e6a916cf75b2286
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Tue Dec 8 10:35:18 2020 +0000

    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.

Summary of changes:
 include/pthread.h    | 3 +--
 include/pthread_np.h | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/399d0512b6fafe6c803b55604e6a916cf75b2286


-- 
DragonFly BSD source repository


More information about the Commits mailing list