Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151976671
D21966.id64376.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
441 B
Referenced Files
None
Subscribers
None
D21966.id64376.diff
View Options
Index: head/sys/compat/linux/linux_file.c
===================================================================
--- head/sys/compat/linux/linux_file.c
+++ head/sys/compat/linux/linux_file.c
@@ -109,6 +109,8 @@
bsd_flags |= O_APPEND;
if (l_flags & LINUX_O_SYNC)
bsd_flags |= O_FSYNC;
+ if (l_flags & LINUX_O_CLOEXEC)
+ bsd_flags |= O_CLOEXEC;
if (l_flags & LINUX_O_NONBLOCK)
bsd_flags |= O_NONBLOCK;
if (l_flags & LINUX_FASYNC)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 12, 9:28 PM (8 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31372918
Default Alt Text
D21966.id64376.diff (441 B)
Attached To
Mode
D21966: linux(4): support O_CLOEXEC
Attached
Detach File
Event Timeline
Log In to Comment