summaryrefslogtreecommitdiff
path: root/gfileutils.c
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>2000-10-31 05:51:24 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-10-31 05:51:24 +0000
commit03f908d84bb8fa48ce4893bc350f4dfd84be7213 (patch)
tree7682139c0816008cb3f338bfc253a335bf3ee95c /gfileutils.c
parentdd3f4d6bb37b2f8eb4722bcbd2560a45ac1fa2d9 (diff)
downloadglib-03f908d84bb8fa48ce4893bc350f4dfd84be7213.tar.gz
Also move the #define for O_BINARY from gutils.c to gfileutils.c.
Diffstat (limited to 'gfileutils.c')
-rw-r--r--gfileutils.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gfileutils.c b/gfileutils.c
index e983a1dad..857e069ac 100644
--- a/gfileutils.c
+++ b/gfileutils.c
@@ -56,6 +56,10 @@
#define S_ISLNK(x) 0
#endif
+#ifndef O_BINARY
+#define O_BINARY 0
+#endif
+
#define _(x) x
/**