summaryrefslogtreecommitdiff
path: root/lib/libc/sys/write.2
diff options
context:
space:
mode:
authorgrant <grant@NetBSD.org>2002-12-30 05:45:41 +0000
committergrant <grant@NetBSD.org>2002-12-30 05:45:41 +0000
commit9fdbbfc8ba8d248c0ff228b31dcd90c3bd8f3b83 (patch)
treebf826761c3b977c21201118685b6a305c5e7f54a /lib/libc/sys/write.2
parent43fecd8fa4f4715c12f9f579b8f3faf46407ca51 (diff)
add EINTR.
From Kevin P. Neal in PR bin/19402.
Diffstat (limited to 'lib/libc/sys/write.2')
-rw-r--r--lib/libc/sys/write.26
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2
index 7f421d1c8a9..72251620f98 100644
--- a/lib/libc/sys/write.2
+++ b/lib/libc/sys/write.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: write.2,v 1.21 2002/10/01 18:10:46 wiz Exp $
+.\" $NetBSD: write.2,v 1.22 2002/12/30 05:45:41 grant Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.\" @(#)write.2 8.5 (Berkeley) 4/2/94
.\"
-.Dd August 18, 2002
+.Dd December 30, 2002
.Dt WRITE 2
.Os
.Sh NAME
@@ -187,6 +187,8 @@ The user's quota of disk blocks on the file system
containing the file has been exhausted.
.It Bq Er EIO
An I/O error occurred while reading from or writing to the file system.
+.It Bq Er EINTR
+A signal was received before any data could be written.
.It Bq Er EAGAIN
The file was marked for non-blocking I/O,
and no data could be written immediately.