We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e3355 commit 23613a3Copy full SHA for 23613a3
src/time.rs
@@ -203,7 +203,7 @@ pub fn clock_getcpuclockid(pid: Pid) -> Result<ClockId> {
203
#[cfg(any(
204
linux_android,
205
solarish,
206
- target_os = "freebsd",
+ freebsdlike,
207
target_os = "netbsd",
208
target_os = "hurd",
209
target_os = "aix"
@@ -226,7 +226,7 @@ libc_bitflags! {
226
227
228
229
230
231
232
0 commit comments