We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d8960d + 23c4ff6 commit d5691a0Copy full SHA for d5691a0
src/unix/linux_like/linux/uclibc/arm/mod.rs
@@ -884,8 +884,10 @@ pub const SYS_pkey_mprotect: ::c_long = 394;
884
pub const SYS_pkey_alloc: ::c_long = 395;
885
pub const SYS_pkey_free: ::c_long = 396;
886
pub const SYS_statx: ::c_int = 397;
887
+pub const SYS_pidfd_send_signal: ::c_long = 424;
888
pub const SYS_pidfd_open: ::c_long = 434;
889
pub const SYS_clone3: ::c_long = 435;
890
+pub const SYS_pidfd_getfd: ::c_long = 438;
891
892
cfg_if! {
893
if #[cfg(libc_align)] {
0 commit comments