From 271c4bdbce622dadfc5a64f37aa64a547bb6677d Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Mon, 26 Jun 2000 15:00:25 +0000 Subject: [PATCH] The argument is not mcontext_t but ucontext_t. PR: 17836 Submitted by: Tim Moore --- lib/libc/sys/sigaction.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index e1ef9ff6570..1802c2335c0 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -499,7 +499,7 @@ sigcontext. The .Fa context argument to a POSIX SA_SIGINFO handler points to an instance of -mcontext_t. +ucontext_t. .Sh ERRORS .Fn Sigaction will fail and no new signal handler will be installed if one