Skip to content

Commit

Permalink
Disable setdomainname on illumos
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki0iq committed Dec 18, 2024
1 parent 01ad8ac commit bfff3ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/libc/system/syscalls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ pub(crate) fn sethostname(name: &[u8]) -> io::Result<()> {
target_os = "android",
target_os = "emscripten",
target_os = "espidf",
target_os = "illumos",
target_os = "haiku",
target_os = "redox",
target_os = "vita",
Expand Down

0 comments on commit bfff3ae

Please sign in to comment.