From c04c25115d3fc24b602565a03fd1e465a6aec848 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Mon, 18 Nov 2024 20:47:28 +0000 Subject: [PATCH] fcntls fix build for solaris. close #2540 --- src/fcntl.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fcntl.rs b/src/fcntl.rs index 67e3a7c2b5..f4d19ba3af 100644 --- a/src/fcntl.rs +++ b/src/fcntl.rs @@ -141,7 +141,7 @@ libc_bitflags!( #[cfg(any( freebsdlike, linux_android, - solarish, + target_os = "illumos", target_os = "netbsd" ))] O_DIRECT;