Hello!

docs/17863 claims:

The description of the third argument to signal handlers if SA_SIGINFO
is supplied is wrong.  It's a ucontext_t, not an mcontext_t.

It wants to change:
    The context argument to a POSIX SA_SIGINFO handler points to an
-   instance of mcontext_t.
to
    The context argument to a POSIX SA_SIGINFO handler points to an
+   instance of ucontext_t.

I myself think - from reading source - that this is true, but I'm not
quite sure.

I want someone who has clue to verify this :)

Thanks in advance!

Alex
-- 
cat: /home/alex/.sig: No such file or directory


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to