diff options
Diffstat (limited to 'src/guestfs-internal.h')
-rw-r--r-- | src/guestfs-internal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h index 9bc41f0c..8f2e26dc 100644 --- a/src/guestfs-internal.h +++ b/src/guestfs-internal.h @@ -30,10 +30,6 @@ #include "hash.h" -#ifndef O_CLOEXEC -#define O_CLOEXEC 0 -#endif - #ifndef SOCK_CLOEXEC #define SOCK_CLOEXEC 0 #endif |