summaryrefslogtreecommitdiff
path: root/src/syscall.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/syscall.rs')
-rw-r--r--src/syscall.rs2
1 files changed, 1 insertions, 1 deletions
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 {