aboutsummaryrefslogtreecommitdiff
path: root/include/util
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-11-18 12:40:39 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-11-18 12:49:42 +0100
commite438d7f1b37f2d8b29ae028b15f95442e48dd9e7 (patch)
tree0d7f5078dbb5b0bfa886c8f9aa0d5512566098ee /include/util
parent1c88fa83a4699b153d5c920cb0e18e23307b82a9 (diff)
Remove directory stack code
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include/util')
-rw-r--r--include/util/compat.h4
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>