summaryrefslogtreecommitdiff
path: root/modules/nonblocking
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-04-19 10:38:30 +0200
committerBruno Haible <bruno@clisp.org>2011-04-19 10:38:30 +0200
commit12856373f8fd28a9d4453d6df97b2fdd17ced398 (patch)
tree7db287a79567ebffbc8bf225499d8dac7e742308 /modules/nonblocking
parent05414bd22e5c18afd876aa481fb6648458bad6b5 (diff)
downloadgnulib-12856373f8fd28a9d4453d6df97b2fdd17ced398.tar.gz
Move the support of O_NONBLOCK in open() to the 'open' module.
* modules/nonblocking (Depends-on): Remove 'open'. * m4/nonblocking.m4 (gl_NONBLOCKING_IO_BODY): Set gl_cv_have_open_O_NONBLOCK. * m4/open.m4 (gl_FUNC_OPEN): Replace open() also when required for O_NONBLOCK support. * doc/posix-functions/open.texi: Document support for O_NONBLOCK.
Diffstat (limited to 'modules/nonblocking')
-rw-r--r--modules/nonblocking1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/nonblocking b/modules/nonblocking
index cce41db972..2d469ebaa4 100644
--- a/modules/nonblocking
+++ b/modules/nonblocking
@@ -12,7 +12,6 @@ m4/asm-underscore.m4
Depends-on:
fcntl-h
ioctl
-open
stdbool
stdio
sys_socket