summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Petre <lpetre@gmail.com>2019-08-18 14:35:33 +0100
committerLuke Petre <lpetre@gmail.com>2019-08-18 14:35:33 +0100
commit6c995607ce202511c769eed41d3342459020ed06 (patch)
treed8f7e782f50537fd3ad787e7707ce0586ba35058
parent2c839a3342ee08bb4875373497ce5a6571ca335d (diff)
downloadrust-libc-6c995607ce202511c769eed41d3342459020ed06.tar.gz
Fix style error in wasi.rs
-rw-r--r--src/wasi.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wasi.rs b/src/wasi.rs
index 551f8b96f1..7100a99785 100644
--- a/src/wasi.rs
+++ b/src/wasi.rs
@@ -337,7 +337,6 @@ pub const AT_REMOVEDIR: c_int = 0x4;
pub const UTIME_OMIT: c_long = 1073741822;
pub const UTIME_NOW: c_long = 1073741823;
-
pub const E2BIG: c_int = __WASI_E2BIG as c_int;
pub const EACCES: c_int = __WASI_EACCES as c_int;
pub const EADDRINUSE: c_int = __WASI_EADDRINUSE as c_int;