summaryrefslogtreecommitdiffstats
path: root/fish/fish.h
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-09-17 09:51:01 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-09-17 10:07:31 +0100
commitcb13ffe190ac41a9b77fe27521838f495c1a5077 (patch)
treeaf46870b186a26738f358f97d1a4a8e3db5d79eb /fish/fish.h
parent2337b9ccd729e05b46cf6abb1f4173e6e994c1cb (diff)
downloadlibguestfs-cb13ffe190ac41a9b77fe27521838f495c1a5077.tar.gz
libguestfs-cb13ffe190ac41a9b77fe27521838f495c1a5077.tar.xz
libguestfs-cb13ffe190ac41a9b77fe27521838f495c1a5077.zip
syntax: Remove definitions of O_CLOEXEC, except in examples (thanks Jim Meyering).
The gnulib <fcntl.h> replacement header will now define this symbol if it's not defined already.
Diffstat (limited to 'fish/fish.h')
-rw-r--r--fish/fish.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/fish/fish.h b/fish/fish.h
index cc4065ae..e14053ad 100644
--- a/fish/fish.h
+++ b/fish/fish.h
@@ -23,10 +23,6 @@
#include "fish-cmds.h"
-#ifndef O_CLOEXEC
-#define O_CLOEXEC 0
-#endif
-
#ifndef SOCK_CLOEXEC
#define SOCK_CLOEXEC 0
#endif