Skip to content

Commit

Permalink
Merge pull request #14 from ecnelises/aix
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n authored Mar 5, 2024
2 parents 7abb011 + 1520cae commit e0874f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/async_impl.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
macro_rules! allocate {
($file: ty) => {
#[cfg(any(
target_os = "aix",
target_os = "linux",
target_os = "freebsd",
target_os = "android",
Expand Down
1 change: 1 addition & 0 deletions src/unix/sync_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ pub fn allocate(file: &File, len: u64) -> std::io::Result<()> {
}

#[cfg(any(
target_os = "aix",
target_os = "openbsd",
target_os = "netbsd",
target_os = "dragonfly",
Expand Down

0 comments on commit e0874f6

Please sign in to comment.