Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Add errc() and verrc() to the list of functions...



details:   https://anonhg.NetBSD.org/src/rev/913de058392f
branches:  trunk
changeset: 372924:913de058392f
user:      kre <kre%NetBSD.org@localhost>
date:      Thu Jan 05 15:13:57 2023 +0000

description:
Add errc() and verrc() to the list of functions which do not return,
but exit() instead.

This was omitted when the *c() set of functions were added in 2014.

diffstat:

 lib/libc/gen/err.3 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r f1e83c21fe73 -r 913de058392f lib/libc/gen/err.3
--- a/lib/libc/gen/err.3        Thu Jan 05 14:50:14 2023 +0000
+++ b/lib/libc/gen/err.3        Thu Jan 05 15:13:57 2023 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: err.3,v 1.22 2017/07/03 21:32:49 wiz Exp $
+.\" $NetBSD: err.3,v 1.23 2023/01/05 15:13:57 kre Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"    @(#)err.3       8.1 (Berkeley) 6/9/93
 .\"
-.Dd January 16, 2014
+.Dd January 5, 2023
 .Dt ERR 3
 .Os
 .Sh NAME
@@ -124,6 +124,8 @@
 The
 .Fn err ,
 .Fn verr ,
+.Fn errc ,
+.Fn verrc ,
 .Fn errx ,
 and
 .Fn verrx



Home | Main Index | Thread Index | Old Index