File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
src/unix/linux_like/android Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -1712,12 +1712,15 @@ POSIX_FADV_NORMAL
1712
1712
POSIX_FADV_RANDOM
1713
1713
POSIX_FADV_SEQUENTIAL
1714
1714
POSIX_FADV_WILLNEED
1715
- PR_SET_VMA
1716
- PR_SET_VMA_ANON_NAME
1717
- PR_SET_NO_NEW_PRIVS
1718
1715
PR_GET_NO_NEW_PRIVS
1719
1716
PR_GET_SECCOMP
1717
+ PR_GET_TIMING
1718
+ PR_SET_NO_NEW_PRIVS
1720
1719
PR_SET_SECCOMP
1720
+ PR_TIMING_STATISTICAL
1721
+ PR_TIMING_TIMESTAMP
1722
+ PR_SET_VMA
1723
+ PR_SET_VMA_ANON_NAME
1721
1724
PRIO_MAX
1722
1725
PRIO_MIN
1723
1726
PRIO_PGRP
Original file line number Diff line number Diff line change @@ -2502,6 +2502,10 @@ pub const PR_SET_NO_NEW_PRIVS: ::c_int = 38;
2502
2502
pub const PR_GET_NO_NEW_PRIVS : :: c_int = 39 ;
2503
2503
pub const PR_GET_SECCOMP : :: c_int = 21 ;
2504
2504
pub const PR_SET_SECCOMP : :: c_int = 22 ;
2505
+ pub const PR_GET_TIMING : :: c_int = 13 ;
2506
+ pub const PR_SET_TIMING : :: c_int = 14 ;
2507
+ pub const PR_TIMING_STATISTICAL : :: c_int = 0 ;
2508
+ pub const PR_TIMING_TIMESTAMP : :: c_int = 1 ;
2505
2509
2506
2510
// linux/if_addr.h
2507
2511
pub const IFA_UNSPEC : :: c_ushort = 0 ;
You can’t perform that action at this time.
0 commit comments