* I obviously forgot to commit this: adds siginterrupt() prototype, and
does some minor cleanup. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28897 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2002-2007, Haiku, Inc. All Rights Reserved.
|
* Copyright 2002-2009, Haiku, Inc. All Rights Reserved.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef _SIGNAL_H_
|
#ifndef _SIGNAL_H_
|
||||||
@@ -158,6 +158,7 @@ int send_signal(pid_t tid, unsigned int sig);
|
|||||||
int killpg(pid_t processGroupID, int sig);
|
int killpg(pid_t processGroupID, int sig);
|
||||||
|
|
||||||
int sigaction(int sig, const struct sigaction *act, struct sigaction *oact);
|
int sigaction(int sig, const struct sigaction *act, struct sigaction *oact);
|
||||||
|
int siginterrupt(int sig, int flag);
|
||||||
int sigprocmask(int how, const sigset_t *set, sigset_t *oset);
|
int sigprocmask(int how, const sigset_t *set, sigset_t *oset);
|
||||||
int sigpending(sigset_t *set);
|
int sigpending(sigset_t *set);
|
||||||
int sigsuspend(const sigset_t *mask);
|
int sigsuspend(const sigset_t *mask);
|
||||||
|
|||||||
Reference in New Issue
Block a user