Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F132507445
D31559.id93754.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
745 B
Referenced Files
None
Subscribers
None
D31559.id93754.diff
View Options
Index: sys/compat/linux/linux_misc.h
===================================================================
--- sys/compat/linux/linux_misc.h
+++ 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
Index: sys/compat/linux/linux_misc.c
===================================================================
--- sys/compat/linux/linux_misc.c
+++ sys/compat/linux/linux_misc.c
@@ -1116,6 +1116,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
Sat, Oct 18, 12:18 PM (2 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23879610
Default Alt Text
D31559.id93754.diff (745 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