From a5a8d4e8e02de21d79b5e173990203f4d34957b4 Mon Sep 17 00:00:00 2001 From: fjoe Date: Tue, 22 Oct 2002 17:13:32 +0000 Subject: remove unused __sys_sigaltstack() declaration Approved by: deischen --- lib/libc_r/uthread/pthread_private.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libc_r/uthread/pthread_private.h') diff --git a/lib/libc_r/uthread/pthread_private.h b/lib/libc_r/uthread/pthread_private.h index 4983a57..5078b3c 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 */ #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 -- cgit v1.1