File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " libc"
3- version = " 0.2.56 "
3+ version = " 0.2.57 "
44authors = [" The Rust Project Developers" ]
55license = " MIT OR Apache-2.0"
66readme = " README.md"
Original file line number Diff line number Diff line change @@ -351,7 +351,6 @@ pub const RLIMIT_MSGQUEUE: ::__rlimit_resource_t = 12;
351351pub const RLIMIT_NICE : :: __rlimit_resource_t = 13 ;
352352pub const RLIMIT_RTPRIO : :: __rlimit_resource_t = 14 ;
353353
354-
355354pub const MADV_SOFT_OFFLINE : :: c_int = 101 ;
356355pub const MS_RMT_MASK : :: c_ulong = 0x02800051 ;
357356
Original file line number Diff line number Diff line change @@ -457,7 +457,6 @@ pub const CLOCK_BOOTTIME_ALARM: ::clockid_t = 9;
457457// pub const CLOCK_TAI: ::clockid_t = 11;
458458pub const TIMER_ABSTIME : :: c_int = 1 ;
459459
460-
461460pub const RUSAGE_SELF : :: c_int = 0 ;
462461
463462pub const O_RDONLY : :: c_int = 0 ;
You can’t perform that action at this time.
0 commit comments