aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2002-10-22 17:13:32 +0000
committerMax Khon <fjoe@FreeBSD.org>2002-10-22 17:13:32 +0000
commit979187053d2958604a44bd38bdae696f59639c92 (patch)
tree61c90ca1d689a786e684a5ced1f9b4edd44ba477 /lib/libc_r
parent943dffc85dad21cd3b1da82cb012bff10f949dc3 (diff)
Notes
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/uthread/pthread_private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/pthread_private.h b/lib/libc_r/uthread/pthread_private.h
index 4983a575fc27..5078b3c13f01 100644
--- a/lib/libc_r/uthread/pthread_private.h
+++ b/lib/libc_r/uthread/pthread_private.h
@@ -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