Mercurial > hg > octave-lojdl > gnulib-hg
view modules/binary-io @ 17447:d8be19310ad9
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.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 09 Jul 2013 10:00:58 -0700 |
parents | a3a1becd3318 |
children |
line wrap: on
line source
Description: Binary mode I/O. Files: lib/binary-io.h lib/binary-io.c Depends-on: extern-inline fcntl-h configure.ac: Makefile.am: lib_SOURCES += binary-io.h binary-io.c Include: "binary-io.h" License: LGPLv2+ Maintainer: Bruno Haible