diff options
author | dragan.mladjenovic <dragan.mladjenovic@rt-rk.com> | 2018-04-03 19:15:31 +0200 |
---|---|---|
committer | dragan.mladjenovic <dragan.mladjenovic@rt-rk.com> | 2018-04-03 19:17:58 +0200 |
commit | 6bc7e259e00adf028347fc461364611b0bcfb6da (patch) | |
tree | eb11a54553e8cfbc12ba3eae66dbe8f1eb3079bf /src | |
parent | ba0e4bb4d3397d8bea440d0e3ea8e0c5b1659587 (diff) | |
download | rust-libc-6bc7e259e00adf028347fc461364611b0bcfb6da.tar.gz |
Fix style for #958.
Diffstat (limited to 'src')
-rw-r--r-- | src/unix/uclibc/mips/mips32.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unix/uclibc/mips/mips32.rs b/src/unix/uclibc/mips/mips32.rs index 917bed1d86..7ad547c0ae 100644 --- a/src/unix/uclibc/mips/mips32.rs +++ b/src/unix/uclibc/mips/mips32.rs @@ -605,7 +605,6 @@ pub const SYS_pkey_mprotect: ::c_long = 4000 + 363; pub const SYS_pkey_alloc: ::c_long = 4000 + 364; pub const SYS_pkey_free: ::c_long = 4000 + 365; - #[link(name = "util")] extern { pub fn sysctl(name: *mut ::c_int, |