summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlyinch <backes.thierry@gmail.com>2022-02-17 17:12:59 +0100
committerlyinch <backes.thierry@gmail.com>2022-02-17 17:12:59 +0100
commit2db639b5d68979658048114bbe01afd2a5da433b (patch)
treeeb8d58b0c6330f61d0c5f9ba1053e00eb1568f58
parent2b9472b5ab1a55e3d7397890e16661966fee340b (diff)
downloadrust-libc-2db639b5d68979658048114bbe01afd2a5da433b.tar.gz
Fix linter issue
-rw-r--r--src/unix/bsd/apple/b64/aarch64/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unix/bsd/apple/b64/aarch64/mod.rs b/src/unix/bsd/apple/b64/aarch64/mod.rs
index 98ae5ef1ea..0364b6cf43 100644
--- a/src/unix/bsd/apple/b64/aarch64/mod.rs
+++ b/src/unix/bsd/apple/b64/aarch64/mod.rs
@@ -2,7 +2,6 @@ pub type boolean_t = ::c_int;
pub const CLOCK_UPTIME_RAW: ::clockid_t = 8;
-
s! {
pub struct malloc_zone_t {
__private: [::uintptr_t; 18], // FIXME: needs arm64 auth pointers support