Skip to content

Commit e364b0f

Browse files
committed
Auto merge of #3012 - devnexen:sys_pidfd_foruclibc, r=JohnTitor
adding SYS_pidfd_send_signal/SYS_pidfd_getfd constants to linux uclib… …c arm flavor. closes #3008
2 parents dafa567 + 23c4ff6 commit e364b0f

File tree

1 file changed

+2
-0
lines changed
  • src/unix/linux_like/linux/uclibc/arm

1 file changed

+2
-0
lines changed

src/unix/linux_like/linux/uclibc/arm/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,8 +884,10 @@ pub const SYS_pkey_mprotect: ::c_long = 394;
884884
pub const SYS_pkey_alloc: ::c_long = 395;
885885
pub const SYS_pkey_free: ::c_long = 396;
886886
pub const SYS_statx: ::c_int = 397;
887+
pub const SYS_pidfd_send_signal: ::c_long = 424;
887888
pub const SYS_pidfd_open: ::c_long = 434;
888889
pub const SYS_clone3: ::c_long = 435;
890+
pub const SYS_pidfd_getfd: ::c_long = 438;
889891

890892
cfg_if! {
891893
if #[cfg(libc_align)] {

0 commit comments

Comments
 (0)