summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgnzlbg <gonzalobg88@gmail.com>2019-05-31 14:36:12 +0200
committergnzlbg <gonzalobg88@gmail.com>2019-05-31 15:22:58 +0200
commite07cd949b0f5f30c009066b8c074ae32afd7feed (patch)
tree7abb9dcb498adbcf7753b970cb1dbc67cb67dca9
parentf75483adf878a314bdc87264d983d9d3ed5ef68c (diff)
downloadrust-libc-e07cd949b0f5f30c009066b8c074ae32afd7feed.tar.gz
Bump patch version to 0.2.57
-rw-r--r--Cargo.toml2
-rw-r--r--src/unix/notbsd/linux/other/mod.rs1
-rw-r--r--src/unix/notbsd/mod.rs1
3 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b30642f0a6..82ecfe0cf6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.56"
+version = "0.2.57"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
diff --git a/src/unix/notbsd/linux/other/mod.rs b/src/unix/notbsd/linux/other/mod.rs
index 6d9ec3add8..7ce58adb8d 100644
--- a/src/unix/notbsd/linux/other/mod.rs
+++ b/src/unix/notbsd/linux/other/mod.rs
@@ -351,7 +351,6 @@ pub const RLIMIT_MSGQUEUE: ::__rlimit_resource_t = 12;
pub const RLIMIT_NICE: ::__rlimit_resource_t = 13;
pub const RLIMIT_RTPRIO: ::__rlimit_resource_t = 14;
-
pub const MADV_SOFT_OFFLINE: ::c_int = 101;
pub const MS_RMT_MASK: ::c_ulong = 0x02800051;
diff --git a/src/unix/notbsd/mod.rs b/src/unix/notbsd/mod.rs
index b9426d9a84..27064662f3 100644
--- a/src/unix/notbsd/mod.rs
+++ b/src/unix/notbsd/mod.rs
@@ -457,7 +457,6 @@ pub const CLOCK_BOOTTIME_ALARM: ::clockid_t = 9;
// pub const CLOCK_TAI: ::clockid_t = 11;
pub const TIMER_ABSTIME: ::c_int = 1;
-
pub const RUSAGE_SELF: ::c_int = 0;
pub const O_RDONLY: ::c_int = 0;