View | Details | Raw Unified | Return to bug 168814
Collapse All | Expand All

(-)lib/libc/sys/read.2 (-4 lines)
Lines 171-180 Link Here
171
(i.e.\& one that might block for an arbitrary amount of time)
171
(i.e.\& one that might block for an arbitrary amount of time)
172
was interrupted by the delivery of a signal
172
was interrupted by the delivery of a signal
173
before any data arrived.
173
before any data arrived.
174
.It Bq Er EINVAL
175
The pointer associated with
176
.Fa d
177
was negative.
178
.It Bq Er EAGAIN
174
.It Bq Er EAGAIN
179
The file was marked for non-blocking I/O,
175
The file was marked for non-blocking I/O,
180
and no data were ready to be read.
176
and no data were ready to be read.

Return to bug 168814