File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/unix/linux_like/android Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1928,9 +1928,11 @@ POSIX_FADV_NORMAL
1928
1928
POSIX_FADV_RANDOM
1929
1929
POSIX_FADV_SEQUENTIAL
1930
1930
POSIX_FADV_WILLNEED
1931
+ PR_GET_NAME
1931
1932
PR_GET_NO_NEW_PRIVS
1932
1933
PR_GET_SECCOMP
1933
1934
PR_GET_TIMING
1935
+ PR_SET_NAME
1934
1936
PR_SET_NO_NEW_PRIVS
1935
1937
PR_SET_SECCOMP
1936
1938
PR_TIMING_STATISTICAL
Original file line number Diff line number Diff line change @@ -3157,6 +3157,8 @@ pub const PR_GET_TIMING: ::c_int = 13;
3157
3157
pub const PR_SET_TIMING : :: c_int = 14 ;
3158
3158
pub const PR_TIMING_STATISTICAL : :: c_int = 0 ;
3159
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 ;
3160
3162
3161
3163
// linux/if_addr.h
3162
3164
pub const IFA_UNSPEC : :: c_ushort = 0 ;
You can’t perform that action at this time.
0 commit comments