We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6386af commit 0492214Copy full SHA for 0492214
src/unix/linux_like/android/mod.rs
@@ -3157,6 +3157,8 @@ pub const PR_GET_TIMING: ::c_int = 13;
3157
pub const PR_SET_TIMING: ::c_int = 14;
3158
pub const PR_TIMING_STATISTICAL: ::c_int = 0;
3159
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;
3162
3163
// linux/if_addr.h
3164
pub const IFA_UNSPEC: ::c_ushort = 0;
0 commit comments