1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

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>
This commit is contained in:
Eric Blake
2011-01-19 06:17:20 -07:00
parent 3bee7f6209
commit 52db424415
3 changed files with 10 additions and 14 deletions

View File

@@ -5,6 +5,7 @@ Files:
lib/binary-io.h
Depends-on:
fcntl-h
configure.ac: