summaryrefslogtreecommitdiff
path: root/modules/binary-io
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-07-09 10:00:58 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2013-07-09 10:02:10 -0700
commitceb26704b6d3047bfd7c109a471c9d6c7c812904 (patch)
tree4347a5f3a82b19083f54d5e02019f4a36c0d0e0d /modules/binary-io
parent41d1b6c42641a5b9e21486ca2074198ee7909bd7 (diff)
downloadgnulib-ceb26704b6d3047bfd7c109a471c9d6c7c812904.tar.gz
accept4, dup3, pipe2: port to Cygwin
Problem reported for Emacs by Ken Brown in <http://bugs.gnu.org/14821>. * lib/accept4.c (accept4) [O_BINARY]: * lib/dup3.c (dup3) [O_BINARY]: * lib/pipe2.c (pipe2) [O_BINARY]: Use set_binary_mode, not setmode. * lib/pipe2.c [!GNULIB_BINARY_IO]: Include binary-io.h. * modules/binary-io (Depends-on): Remove module indicator. These last two bits undo the previous change to pipe2 and binary-io.
Diffstat (limited to 'modules/binary-io')
-rw-r--r--modules/binary-io1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/binary-io b/modules/binary-io
index 1f646dc4de..4860252453 100644
--- a/modules/binary-io
+++ b/modules/binary-io
@@ -10,7 +10,6 @@ extern-inline
fcntl-h
configure.ac:
-gl_MODULE_INDICATOR([binary-io])
Makefile.am:
lib_SOURCES += binary-io.h binary-io.c