Skip to content

Commit 1dfb7f0

Browse files
committed
hook more syscall
1 parent 433808a commit 1dfb7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/net/event_loop.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cfg_if::cfg_if! {
2020
if #[cfg(all(target_os = "linux", feature = "io_uring"))] {
2121
use dashmap::DashMap;
2222
use libc::{epoll_event, iovec, mode_t, msghdr, off_t, size_t, sockaddr, socklen_t};
23-
use std::ffi::{c_char, c_longlong, c_uint};
23+
use std::ffi::{c_longlong, c_uint};
2424
}
2525
}
2626

0 commit comments

Comments
 (0)