Skip to content

Commit

Permalink
Auto merge of #3012 - devnexen:sys_pidfd_foruclibc, r=JohnTitor
Browse files Browse the repository at this point in the history
adding SYS_pidfd_send_signal/SYS_pidfd_getfd constants to linux uclib…

…c arm flavor.

closes #3008
  • Loading branch information
bors committed Nov 23, 2022
2 parents dafa567 + 23c4ff6 commit e364b0f
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 e364b0f

Please sign in to comment.