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
19281928POSIX_FADV_RANDOM
19291929POSIX_FADV_SEQUENTIAL
19301930POSIX_FADV_WILLNEED
1931+ PR_GET_NAME
19311932PR_GET_NO_NEW_PRIVS
19321933PR_GET_SECCOMP
19331934PR_GET_TIMING
1935+ PR_SET_NAME
19341936PR_SET_NO_NEW_PRIVS
19351937PR_SET_SECCOMP
19361938PR_TIMING_STATISTICAL
Original file line number Diff line number Diff line change @@ -3157,6 +3157,8 @@ pub const PR_GET_TIMING: ::c_int = 13;
31573157pub const PR_SET_TIMING : :: c_int = 14 ;
31583158pub const PR_TIMING_STATISTICAL : :: c_int = 0 ;
31593159pub 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
31623164pub const IFA_UNSPEC : :: c_ushort = 0 ;
You can’t perform that action at this time.
0 commit comments