Skip to content

Commit

Permalink
adding SYS_pidfd_send_signal/SYS_pidfd_getfd constants to linux uclib…
Browse files Browse the repository at this point in the history
…c arm flavor.

closes #3008
  • Loading branch information
devnexen committed Nov 21, 2022
1 parent 73c25f4 commit 23c4ff6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/unix/linux_like/linux/uclibc/arm/mod.rs
Expand Up @@ -884,8 +884,10 @@ pub const SYS_pkey_mprotect: ::c_long = 394;
pub const SYS_pkey_alloc: ::c_long = 395;
pub const SYS_pkey_free: ::c_long = 396;
pub const SYS_statx: ::c_int = 397;
pub const SYS_pidfd_send_signal: ::c_long = 424;
pub const SYS_pidfd_open: ::c_long = 434;
pub const SYS_clone3: ::c_long = 435;
pub const SYS_pidfd_getfd: ::c_long = 438;

cfg_if! {
if #[cfg(libc_align)] {
Expand Down

0 comments on commit 23c4ff6

Please sign in to comment.