* modules/pipe-filter-gi (Depends-on): Add fcntl-h.
* modules/pipe-filter-ii (Depends-on): Likewise.
* lib/pipe-filter-aux.h (O_NONBLOCK): Delete workaround.
Signed-off-by: Eric Blake <eblake@redhat.com>
2011-04-08 Eric Blake <eblake@redhat.com>
+ pipe-filter: drop O_NONBLOCK workarounds
+ * modules/pipe-filter-gi (Depends-on): Add fcntl-h.
+ * modules/pipe-filter-ii (Depends-on): Likewise.
+ * lib/pipe-filter-aux.h (O_NONBLOCK): Delete workaround.
+
nonblocking: provide O_NONBLOCK for mingw
* modules/nonblocking (Depends-on): Add open.
(configure.ac): Set new witness macro.
#endif
/* Non-blocking I/O. */
-#ifndef O_NONBLOCK
-# define O_NONBLOCK O_NDELAY
-#endif
#if HAVE_SELECT
# define IS_EAGAIN(errcode) 0
#else
wait-process
error
exit
+fcntl-h
gettext-h
stdbool
stdint
wait-process
error
exit
+fcntl-h
gettext-h
stdbool
stdint