We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034c9ef commit 3f9ce08Copy full SHA for 3f9ce08
src/backend/libc/offset.rs
@@ -131,7 +131,7 @@ pub(super) use c::posix_fadvise as libc_posix_fadvise;
131
#[cfg(feature = "fs")]
132
pub(super) use c::posix_fadvise64 as libc_posix_fadvise;
133
134
-#[cfg(all(not(any(linux_kernel, windows, target_os = "emscripten"))))]
+#[cfg(not(any(linux_kernel, windows, target_os = "emscripten")))]
135
pub(super) use c::{pread as libc_pread, pwrite as libc_pwrite};
136
#[cfg(any(linux_kernel, target_os = "emscripten"))]
137
pub(super) use c::{pread64 as libc_pread, pwrite64 as libc_pwrite};
0 commit comments