Module Name: src Committed By: thorpej Date: Mon Nov 1 05:29:35 UTC 2021
Modified Files: src/lib/libc/sys: sigaltstack.2 Log Message: Don't mention the "struct sigaltstack" name of "stack_t". To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/lib/libc/sys/sigaltstack.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/sys/sigaltstack.2 diff -u src/lib/libc/sys/sigaltstack.2:1.25 src/lib/libc/sys/sigaltstack.2:1.26 --- src/lib/libc/sys/sigaltstack.2:1.25 Mon Jul 3 21:32:50 2017 +++ src/lib/libc/sys/sigaltstack.2 Mon Nov 1 05:29:35 2021 @@ -1,4 +1,4 @@ -.\" $NetBSD: sigaltstack.2,v 1.25 2017/07/03 21:32:50 wiz Exp $ +.\" $NetBSD: sigaltstack.2,v 1.26 2021/11/01 05:29:35 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991, 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)sigaltstack.2 8.2 (Berkeley) 5/1/95 .\" -.Dd March 2, 2012 +.Dd October 31, 2021 .Dt SIGALTSTACK 2 .Os .Sh NAME @@ -40,7 +40,7 @@ .Sh SYNOPSIS .In signal.h .Bd -literal -typedef struct sigaltstack { +typedef struct { void *ss_sp; size_t ss_size; int ss_flags;