summary refs log tree commit diff stats
path: root/linux-user/aarch64/target_fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/aarch64/target_fcntl.h')
-rw-r--r--linux-user/aarch64/target_fcntl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux-user/aarch64/target_fcntl.h b/linux-user/aarch64/target_fcntl.h
index 59be406280..efdf6e5f05 100644
--- a/linux-user/aarch64/target_fcntl.h
+++ b/linux-user/aarch64/target_fcntl.h
@@ -7,5 +7,10 @@
 
 #ifndef AARCH64_TARGET_FCNTL_H
 #define AARCH64_TARGET_FCNTL_H
+
+#define TARGET_O_DIRECTORY      040000 /* must be a directory */
+#define TARGET_O_NOFOLLOW      0100000 /* don't follow links */
+#define TARGET_O_DIRECT        0200000 /* direct disk access hint */
+
 #include "../generic/fcntl.h"
 #endif