summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/signal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/signal.h b/include/signal.h
index 5f566120f..f775a5755 100644
--- a/include/signal.h
+++ b/include/signal.h
@@ -397,8 +397,10 @@ extern int sigvec (int __sig, __const struct sigvec *__vec,
/* Get machine-dependent `struct sigcontext' and signal subcodes. */
# include <bits/sigcontext.h>
+#if 0
/* Restore the state saved in SCP. */
extern int sigreturn (struct sigcontext *__scp) __THROW;
+#endif
#endif /* use BSD. */