remove unused __sys_sigaltstack() declaration

Approved by:	deischen
This commit is contained in:
Max Khon 2002-10-22 17:13:32 +00:00
parent 943dffc85d
commit 979187053d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105728

View file

@ -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