mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
Added missing prototype for sigaltstack()
This commit is contained in:
parent
664a482fd0
commit
e862fa8cf2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16810
@ -60,6 +60,7 @@ int sigprocmask __P((int, const sigset_t *, sigset_t *));
|
||||
int sigsuspend __P((const sigset_t *));
|
||||
#ifndef _POSIX_SOURCE
|
||||
int killpg __P((_BSD_PID_T_, int));
|
||||
int sigaltstack __P((const struct sigaltstack *, struct sigaltstack *));
|
||||
int sigblock __P((int));
|
||||
int siginterrupt __P((int, int));
|
||||
int sigpause __P((int));
|
||||
|
Loading…
Reference in New Issue
Block a user