Skip to content

Commit ce34afb

Browse files
committed
musl: make epoll_event packed on x86
1 parent 9e26bd8 commit ce34afb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/unix/linux_like/mod.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -286,11 +286,7 @@ cfg_if! {
286286
s_no_extra_traits! {
287287
#[cfg_attr(
288288
any(
289-
all(
290-
target_arch = "x86",
291-
not(target_env = "musl"),
292-
not(target_os = "android")
293-
),
289+
all(target_arch = "x86", not(target_os = "android")),
294290
target_arch = "x86_64"
295291
),
296292
repr(packed)

0 commit comments

Comments
 (0)