File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/unix/linux_like/android Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1267,6 +1267,7 @@ pub const RLIMIT_MSGQUEUE: ::c_int = 12;
1267
1267
pub const RLIMIT_NICE : :: c_int = 13 ;
1268
1268
pub const RLIMIT_RTPRIO : :: c_int = 14 ;
1269
1269
1270
+ pub const RLIM_NLIMITS : :: c_int = 16 ;
1270
1271
pub const RLIM_INFINITY : :: rlim_t = !0 ;
1271
1272
1272
1273
pub const TCGETS : :: c_int = 0x5401 ;
@@ -2456,6 +2457,7 @@ extern "C" {
2456
2457
sevlen : :: size_t ,
2457
2458
flags : :: c_int ,
2458
2459
) -> :: c_int ;
2460
+ pub fn getloadavg ( loadavg : * mut :: c_double , nelem : :: c_int ) -> :: c_int ;
2459
2461
pub fn preadv ( fd : :: c_int , iov : * const :: iovec , count : :: c_int , offset : :: off_t ) -> :: ssize_t ;
2460
2462
pub fn pwritev ( fd : :: c_int , iov : * const :: iovec , count : :: c_int , offset : :: off_t ) -> :: ssize_t ;
2461
2463
pub fn process_vm_readv (
You can’t perform that action at this time.
0 commit comments