git: Move the prototypes of pthread_kill() and pthread_sigmask() to <signal.h>.

Sascha Wildner swildner at crater.dragonflybsd.org
Fri Feb 5 07:02:46 PST 2010


commit ba47efebaed2f1fd9aed1b12d060c5c4c1941af8
Author: Sascha Wildner <saw at online.de>
Date:   Fri Feb 5 16:00:19 2010 +0100

    Move the prototypes of pthread_kill() and pthread_sigmask() to <signal.h>.
    
    In accordance with POSIX and like FreeBSD and NetBSD have it too.
    
    In-discussion-with: Beket

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

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ba47efebaed2f1fd9aed1b12d060c5c4c1941af8


-- 
DragonFly BSD source repository





More information about the Commits mailing list