mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-04 02:42:02 +03:00
* 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>
24 lines
197 B
Plaintext
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
|
|
|