Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Don't mention the "struct sigaltstack" name of ...
details: https://anonhg.NetBSD.org/src/rev/4f28e5acbfcf
branches: trunk
changeset: 990652:4f28e5acbfcf
user: thorpej <thorpej%NetBSD.org@localhost>
date: Mon Nov 01 05:29:35 2021 +0000
description:
Don't mention the "struct sigaltstack" name of "stack_t".
diffstat:
lib/libc/sys/sigaltstack.2 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ee61e68b97c6 -r 4f28e5acbfcf lib/libc/sys/sigaltstack.2
--- a/lib/libc/sys/sigaltstack.2 Mon Nov 01 05:26:27 2021 +0000
+++ b/lib/libc/sys/sigaltstack.2 Mon Nov 01 05:29:35 2021 +0000
@@ -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;
Home |
Main Index |
Thread Index |
Old Index