Skip to content

Commit

Permalink
Android: Added PR_GET_NAME and PR_SET_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
YohDeadfall committed Sep 24, 2024
1 parent a6386af commit 0492214
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/unix/linux_like/android/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3157,6 +3157,8 @@ pub const PR_GET_TIMING: ::c_int = 13;
pub const PR_SET_TIMING: ::c_int = 14;
pub const PR_TIMING_STATISTICAL: ::c_int = 0;
pub const PR_TIMING_TIMESTAMP: ::c_int = 1;
pub const PR_SET_NAME: ::c_int = 15;
pub const PR_GET_NAME: ::c_int = 16;

// linux/if_addr.h
pub const IFA_UNSPEC: ::c_ushort = 0;
Expand Down

0 comments on commit 0492214

Please sign in to comment.