read
¶POSIX specification:
https://pubs.opengroup.org/onlinepubs/9799919799/functions/read.html
Gnulib module: read, stdio-h, nonblocking
Portability problems fixed by Gnulib module read
:
<io.h>
)
on some platforms:
mingw, MSVC 14.
Portability problems fixed by Gnulib module stdio-h
, together with module nonblocking
:
errno
being set to EINVAL
instead of EAGAIN
on
some platforms:
mingw, MSVC 14.
Portability problems not fixed by Gnulib:
EINTR
, even in programs that don’t
install any signal handlers, on some platforms:
macOS 14.
For handling EINTR
, Gnulib provides a module ‘safe-read’ with a
function safe_read
.