1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-09-04 02:42:02 +03:00
Files
gnulib/modules/binary-io
Eric Blake 52db424415 binary-io: fix O_TEXT on Haiku
* modules/binary-io (Depends-on): Add fcntl-h.
* lib/binary-io.h (O_TEXT): Rely on replacement <fcntl.h> rather
than blindly undefining O_TEXT.
Reported by Scott McCreary.

Signed-off-by: Eric Blake <eblake@redhat.com>
2011-01-19 06:18:00 -07:00

24 lines
197 B
Plaintext

Description:
Binary mode I/O.
Files:
lib/binary-io.h
Depends-on:
fcntl-h
configure.ac:
Makefile.am:
lib_SOURCES += binary-io.h
Include:
"binary-io.h"
License:
LGPL
Maintainer:
Bruno Haible