Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109442723
D1089.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
412 B
Referenced Files
None
Subscribers
None
D1089.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
@@ -1390,6 +1390,9 @@
fdrop(fp, td);
return (kern_fcntl(td, args->fd, F_SETOWN, args->arg));
+
+ case LINUX_F_DUPFD_CLOEXEC:
+ return (kern_fcntl(td, args->fd, F_DUPFD_CLOEXEC, args->arg));
}
return (EINVAL);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 6, 3:14 AM (21 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16485924
Default Alt Text
D1089.diff (412 B)
Attached To
Mode
D1089: Implement F_DUPFD_CLOEXEC fcntl flag.
Attached
Detach File
Event Timeline
Log In to Comment