From e8324e4c4464510275fd6f4a4027ef1326977e1d Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Mon, 6 Oct 2014 22:11:47 -0700 Subject: Fix warnings --- src/syscall.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/syscall.rs') diff --git a/src/syscall.rs b/src/syscall.rs index 85f6e730..9a9c996a 100644 --- a/src/syscall.rs +++ b/src/syscall.rs @@ -8,7 +8,7 @@ mod arch { pub type Syscall = c_long; - pub static SysPivotRoot: Syscall = 155; + pub static SYSPIVOTROOT: Syscall = 155; } extern { -- cgit v1.2.3