Move the prototypes of pthread_kill() and pthread_sigmask() to <signal.h>.
authorSascha Wildner <saw@online.de>
Fri, 5 Feb 2010 15:00:19 +0000 (16:00 +0100)
committerSascha Wildner <saw@online.de>
Fri, 5 Feb 2010 15:01:29 +0000 (16:01 +0100)
commitba47efebaed2f1fd9aed1b12d060c5c4c1941af8
treea8cc0e08a6e5e6c3a14a1d79ddf0ff42eaa3b487
parentfe2da6dec226978b33aeaf357ff495d67b7a7078
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
include/pthread.h
include/signal.h