Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102783045
D7394.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
819 B
Referenced Files
None
Subscribers
None
D7394.diff
View Options
Index: sys/compat/linux/linux_file.h
===================================================================
--- sys/compat/linux/linux_file.h
+++ sys/compat/linux/linux_file.h
@@ -70,10 +70,17 @@
#define LINUX_O_NDELAY LINUX_O_NONBLOCK
#define LINUX_O_SYNC 00010000
#define LINUX_FASYNC 00020000
+#if defined(__arm__)
+#define LINUX_O_DIRECTORY 00040000
+#define LINUX_O_NOFOLLOW 00100000
+#define LINUX_O_DIRECT 00200000
+#define LINUX_O_LARGEFILE 00400000
+#else /* !defined(__arm__) */
#define LINUX_O_DIRECT 00040000 /* Direct disk access hint */
#define LINUX_O_LARGEFILE 00100000
#define LINUX_O_DIRECTORY 00200000 /* Must be a directory */
#define LINUX_O_NOFOLLOW 00400000 /* Do not follow links */
+#endif /* defined(__arm__) */
#define LINUX_O_NOATIME 01000000
#define LINUX_O_CLOEXEC 02000000
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 18, 3:23 AM (22 h, 7 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14689039
Default Alt Text
D7394.diff (819 B)
Attached To
Mode
D7394: Linux ARM 17/16
Attached
Detach File
Event Timeline
Log In to Comment