Skip to content

Commit d01ca81

Browse files
committed
Android: Added PR_GET_NAME and PR_SET_NAME
1 parent c73a50d commit d01ca81

File tree

1 file changed

+2
-0
lines changed
  • src/unix/linux_like/android

1 file changed

+2
-0
lines changed

src/unix/linux_like/android/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3157,6 +3157,8 @@ pub const PR_GET_TIMING: ::c_int = 13;
31573157
pub const PR_SET_TIMING: ::c_int = 14;
31583158
pub const PR_TIMING_STATISTICAL: ::c_int = 0;
31593159
pub const PR_TIMING_TIMESTAMP: ::c_int = 1;
3160+
pub const PR_SET_NAME: ::c_int = 15;
3161+
pub const PR_GET_NAME: ::c_int = 16;
31603162

31613163
// linux/if_addr.h
31623164
pub const IFA_UNSPEC: ::c_ushort = 0;

0 commit comments

Comments
 (0)