File tree 2 files changed +0
-4
lines changed
time/src/sys/local_offset_at
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,6 @@ fn current_local_offset() {
178
178
#[ test]
179
179
#[ cfg_attr(
180
180
any(
181
- target_os = "macos" ,
182
181
target_os = "netbsd" ,
183
182
target_os = "illumos" ,
184
183
not( target_family = "unix" )
Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ const OS_HAS_THREAD_SAFE_ENVIRONMENT: bool = match std::env::consts::OS.as_bytes
15
15
// https://github.com/NetBSD/src/blob/f45028636a44111bc4af44d460924958a4460844/lib/libc/stdlib/getenv.c
16
16
// https://github.com/NetBSD/src/blob/f45028636a44111bc4af44d460924958a4460844/lib/libc/stdlib/setenv.c
17
17
| b"netbsd"
18
- // https://github.com/apple-oss-distributions/Libc/blob/d526593760f0f79dfaeb8b96c3c8a42c791156ff/stdlib/FreeBSD/getenv.c
19
- // https://github.com/apple-oss-distributions/Libc/blob/d526593760f0f79dfaeb8b96c3c8a42c791156ff/stdlib/FreeBSD/setenv.c
20
- | b"macos"
21
18
=> true ,
22
19
_ => false ,
23
20
} ;
You can’t perform that action at this time.
0 commit comments