File tree 2 files changed +21
-1
lines changed
src/unix/linux_like/linux/gnu
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,27 @@ O_FSYNC
343
343
PF_IB
344
344
PF_MPLS
345
345
PF_XDP
346
+ PIDFD_GET_CGROUP_NAMESPACE
347
+ PIDFD_GET_INFO
348
+ PIDFD_GET_IPC_NAMESPACE
349
+ PIDFD_GET_MNT_NAMESPACE
350
+ PIDFD_GET_NET_NAMESPACE
351
+ PIDFD_GET_PID_FOR_CHILDREN_NAMESPACE
352
+ PIDFD_GET_PID_NAMESPACE
353
+ PIDFD_GET_TIME_FOR_CHILDREN_NAMESPACE
354
+ PIDFD_GET_TIME_NAMESPACE
355
+ PIDFD_GET_USER_NAMESPACE
356
+ PIDFD_GET_UTS_NAMESPACE
357
+ PIDFD_INFO_CGROUPID
358
+ PIDFD_INFO_CREDS
359
+ PIDFD_INFO_EXIT
360
+ PIDFD_INFO_PID
361
+ PIDFD_INFO_SIZE_VER0
346
362
PIDFD_NONBLOCK
363
+ PIDFD_SIGNAL_PROCESS_GROUP
364
+ PIDFD_SIGNAL_THREAD
365
+ PIDFD_SIGNAL_THREAD_GROUP
366
+ PIDFD_THREAD
347
367
PROC_SUPER_MAGIC
348
368
PR_SET_VMA
349
369
PR_SET_VMA_ANON_NAME
@@ -638,6 +658,7 @@ ntp_adjtime
638
658
ntp_gettime
639
659
ntptimeval
640
660
open_wmemstream
661
+ pidfd_info
641
662
posix_basename
642
663
posix_spawn_file_actions_addchdir_np
643
664
posix_spawn_file_actions_addclosefrom_np
Original file line number Diff line number Diff line change 434
434
fsgid: crate :: __u32,
435
435
exit_code: crate :: __s32,
436
436
}
437
-
438
437
}
439
438
440
439
impl siginfo_t {
You can’t perform that action at this time.
0 commit comments