Skip to content

Commit 23613a3

Browse files
committed
freebsdlike
1 parent 78e3355 commit 23613a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/time.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ pub fn clock_getcpuclockid(pid: Pid) -> Result<ClockId> {
203203
#[cfg(any(
204204
linux_android,
205205
solarish,
206-
target_os = "freebsd",
206+
freebsdlike,
207207
target_os = "netbsd",
208208
target_os = "hurd",
209209
target_os = "aix"
@@ -226,7 +226,7 @@ libc_bitflags! {
226226
#[cfg(any(
227227
linux_android,
228228
solarish,
229-
target_os = "freebsd",
229+
freebsdlike,
230230
target_os = "netbsd",
231231
target_os = "hurd",
232232
target_os = "aix"

0 commit comments

Comments
 (0)