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 1
1
[package ]
2
2
name = " libc"
3
- version = " 0.2.56 "
3
+ version = " 0.2.57 "
4
4
authors = [" The Rust Project Developers" ]
5
5
license = " MIT OR Apache-2.0"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change @@ -351,7 +351,6 @@ pub const RLIMIT_MSGQUEUE: ::__rlimit_resource_t = 12;
351
351
pub const RLIMIT_NICE : :: __rlimit_resource_t = 13 ;
352
352
pub const RLIMIT_RTPRIO : :: __rlimit_resource_t = 14 ;
353
353
354
-
355
354
pub const MADV_SOFT_OFFLINE : :: c_int = 101 ;
356
355
pub const MS_RMT_MASK : :: c_ulong = 0x02800051 ;
357
356
Original file line number Diff line number Diff line change @@ -457,7 +457,6 @@ pub const CLOCK_BOOTTIME_ALARM: ::clockid_t = 9;
457
457
// pub const CLOCK_TAI: ::clockid_t = 11;
458
458
pub const TIMER_ABSTIME : :: c_int = 1 ;
459
459
460
-
461
460
pub const RUSAGE_SELF : :: c_int = 0 ;
462
461
463
462
pub const O_RDONLY : :: c_int = 0 ;
You can’t perform that action at this time.
0 commit comments