Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/notes/common Apply patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/aa40aa4dfcb5
branches:  netbsd-1-4
changeset: 470366:aa40aa4dfcb5
user:      he <he%NetBSD.org@localhost>
date:      Sun Feb 13 22:58:17 2000 +0000

description:
Apply patch (requested by he):
  Document the *__errno() change as "important" for 1.4.2.

diffstat:

 distrib/notes/common/main |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r d030755a9535 -r aa40aa4dfcb5 distrib/notes/common/main
--- a/distrib/notes/common/main Sun Feb 13 20:14:52 2000 +0000
+++ b/distrib/notes/common/main Sun Feb 13 22:58:17 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: main,v 1.6.2.20 2000/02/13 20:14:52 he Exp $
+.\" $NetBSD: main,v 1.6.2.21 2000/02/13 22:58:17 he Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -206,6 +206,12 @@
 An implementation of the System V user management utilities has been
 added.
 .It
+The name ``errno'' is now always a macro which expands to a function
+call.  This is done to ease the integration of thread libraries with
+the code in both system and third-party libraries.  Please include
+.Aq errno.h
+to access the correct definition of ``errno''.
+.It
 A utility for making temporary files for shell scripts has been
 added, see
 .Xr mktemp 1 .



Home | Main Index | Thread Index | Old Index