From bc8407607cc24b198f87025737914c197fa754c2 Mon Sep 17 00:00:00 2001 From: niklas Date: Mon, 18 Mar 1996 19:15:53 +0000 Subject: [PATCH] From NetBSD: Add prototype for sigaltstack; from John Kohl in PR #2129 --- include/signal.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/signal.h b/include/signal.h index 45d50e9375a..d0bb6a6b116 100644 --- a/include/signal.h +++ b/include/signal.h @@ -1,4 +1,5 @@ -/* $NetBSD: signal.h,v 1.7 1995/05/28 03:10:06 jtc Exp $ */ +/* $OpenBSD: signal.h,v 1.2 1996/03/18 19:15:53 niklas Exp $ */ +/* $NetBSD: signal.h,v 1.8 1996/02/29 00:04:57 jtc Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -110,6 +111,7 @@ int sigpause __P((int)); int sigreturn __P((struct sigcontext *)); int sigsetmask __P((int)); int sigstack __P((const struct sigstack *, struct sigstack *)); +int sigaltstack __P((const struct sigaltstack *, struct sigaltstack *)); int sigvec __P((int, struct sigvec *, struct sigvec *)); void psignal __P((unsigned int, const char *)); #endif /* !_POSIX_SOURCE */ -- 2.20.1