Remove sa_sigaction member of struct sigaction, accidentaly added here

in rev. 1.26.
Problem pointed out by Antti Kantee.
This commit is contained in:
jdolecek 2002-07-15 07:48:57 +00:00
parent f7ddfc3676
commit 65822e1b55

View File

@ -1,4 +1,4 @@
.\" $NetBSD: sigaction.2,v 1.27 2002/02/08 01:28:22 ross Exp $
.\" $NetBSD: sigaction.2,v 1.28 2002/07/15 07:48:57 jdolecek Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -48,7 +48,6 @@ struct sigaction {
void (*sa_handler)(int);
sigset_t sa_mask;
int sa_flags;
void (*sa_sigaction)(int, siginfo_t *, void *);
};
.Ed
.Ft int