mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
remove unused __sys_sigaltstack() declaration
Approved by: deischen
This commit is contained in:
parent
943dffc85d
commit
979187053d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105728
@ -1303,7 +1303,6 @@ int __sys_poll(struct pollfd *, unsigned, int);
|
||||
/* #include <signal.h> */
|
||||
#ifdef _SIGNAL_H_
|
||||
int __sys_sigaction(int, const struct sigaction *, struct sigaction *);
|
||||
int __sys_sigaltstack(const struct sigaltstack *, struct sigaltstack *);
|
||||
int __sys_sigprocmask(int, const sigset_t *, sigset_t *);
|
||||
int __sys_sigreturn(ucontext_t *);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user