Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/lib/libc/sys Pull up following revision(s) (requested by ...
details: https://anonhg.NetBSD.org/src/rev/690ec490391d
branches: netbsd-7
changeset: 799340:690ec490391d
user: snj <snj%NetBSD.org@localhost>
date: Sat May 16 17:40:19 2015 +0000
description:
Pull up following revision(s) (requested by christos in ticket #780):
lib/libc/sys/intro.2: revisions 1.56, 1.57
Mention EWOULDBLOCK too since a lot of the source code and documentation still
refers to it.
--
Remove trailing whitespace.
diffstat:
lib/libc/sys/intro.2 | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r d98560b29077 -r 690ec490391d lib/libc/sys/intro.2
--- a/lib/libc/sys/intro.2 Sat May 16 14:18:37 2015 +0000
+++ b/lib/libc/sys/intro.2 Sat May 16 17:40:19 2015 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: intro.2,v 1.55 2010/03/22 19:30:55 joerg Exp $
+.\" $NetBSD: intro.2,v 1.55.24.1 2015/05/16 17:40:19 snj Exp $
.\"
.\" Copyright (c) 1980, 1983, 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)intro.2 8.5 (Berkeley) 2/27/95
.\"
-.Dd July 23, 2009
+.Dd April 21, 2015
.Dt INTRO 2
.Os
.Sh NAME
@@ -270,6 +270,11 @@
.It Er 35 EAGAIN Em "Resource temporarily unavailable" .
This is a temporary condition and later calls to the
same routine may complete normally.
+In this implementation this is the same as
+.Er EWOULDBLOCK ,
+but
+.Er EAGAIN
+is the preferred name.
.It Er 36 EINPROGRESS Em "Operation now in progress" .
An operation that takes a long time to complete (such as
a
Home |
Main Index |
Thread Index |
Old Index