Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137629795
D31559.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
694 B
Referenced Files
None
Subscribers
None
D31559.diff
View Options
diff --git a/sys/compat/linux/linux_misc.h b/sys/compat/linux/linux_misc.h
--- a/sys/compat/linux/linux_misc.h
+++ b/sys/compat/linux/linux_misc.h
@@ -136,6 +136,7 @@
#define LINUX_P_ALL 0
#define LINUX_P_PID 1
#define LINUX_P_PGID 2
+#define LINUX_P_PIDFD 3
#define LINUX_RLIMIT_LOCKS 10
#define LINUX_RLIMIT_SIGPENDING 11
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c
--- a/sys/compat/linux/linux_misc.c
+++ b/sys/compat/linux/linux_misc.c
@@ -1122,6 +1122,9 @@
return (EINVAL);
idtype = P_PGID;
break;
+ case LINUX_P_PIDFD:
+ LINUX_RATELIMIT_MSG("unsupported waitid P_PIDFD idtype");
+ return (ENOSYS);
default:
return (EINVAL);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 25, 4:47 PM (2 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26089056
Default Alt Text
D31559.diff (694 B)
Attached To
Mode
D31559: linux(4): Return ENOSYS for unsupported P_PIDFD waitid option bit.
Attached
Detach File
Event Timeline
Log In to Comment