diff options
Diffstat (limited to 'include/util/compat.h')
-rw-r--r-- | include/util/compat.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/util/compat.h b/include/util/compat.h index 76ede23..fae9d92 100644 --- a/include/util/compat.h +++ b/include/util/compat.h @@ -7,10 +7,6 @@ #ifndef COMPAT_H #define COMPAT_H -#ifndef __linux__ -#define O_PATH 0 -#endif - #if defined(__APPLE__) #include <libkern/OSByteOrder.h> |