Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Explain in kevent(2) the semantics of EINTR



details:   https://anonhg.NetBSD.org/src/rev/bbfbb82c1f9e
branches:  trunk
changeset: 847439:bbfbb82c1f9e
user:      kamil <kamil%NetBSD.org@localhost>
date:      Mon Dec 23 01:46:09 2019 +0000

description:
Explain in kevent(2) the semantics of EINTR

All changes contained in the changelist are applied before returning this
error.

diffstat:

 lib/libc/sys/kqueue.2 |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r be8d5a2b2478 -r bbfbb82c1f9e lib/libc/sys/kqueue.2
--- a/lib/libc/sys/kqueue.2     Mon Dec 23 00:24:02 2019 +0000
+++ b/lib/libc/sys/kqueue.2     Mon Dec 23 01:46:09 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: kqueue.2,v 1.49 2019/12/22 17:01:15 kamil Exp $
+.\"    $NetBSD: kqueue.2,v 1.50 2019/12/23 01:46:09 kamil Exp $
 .\"
 .\" Copyright (c) 2000 Jonathan Lemon
 .\" All rights reserved.
@@ -621,6 +621,9 @@
 .It Bq Er EINTR
 A signal was delivered before the timeout expired and before any
 events were placed on the kqueue for return.
+All changes contained in the
+.Fa changelist
+are applied before returning this error.
 .It Bq Er EINVAL
 The specified time limit or filter is invalid.
 .It Bq Er ENOENT



Home | Main Index | Thread Index | Old Index