Skip to content

Commit

Permalink
Use FD_CLOEXEC on AIX
Browse files Browse the repository at this point in the history
  • Loading branch information
ecnelises committed Mar 6, 2024
1 parent 6866c01 commit 5a939e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2125,6 +2125,7 @@ fn connect(

// Set cloexec if necessary.
#[cfg(any(
target_os = "aix",
target_os = "macos",
target_os = "ios",
target_os = "tvos",
Expand Down

0 comments on commit 5a939e7

Please sign in to comment.