diff options
| author | Vignesh Rajagopalan <me@aarvay.com> | 2020-10-12 14:29:43 +0530 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-10-12 18:56:25 -0400 |
| commit | 2ab0c7391a871a3063f825e08e02ea2a8e9269e9 (patch) | |
| tree | 1df222038a4065fe79841250af05cd03e0ead725 /lib/std/special | |
| parent | 53c63bdb73d9fbc5a54afb4977bb975b03c4c9cc (diff) | |
| download | zig-2ab0c7391a871a3063f825e08e02ea2a8e9269e9.tar.gz zig-2ab0c7391a871a3063f825e08e02ea2a8e9269e9.zip | |
Rename .macosx to .macos
Diffstat (limited to 'lib/std/special')
| -rw-r--r-- | lib/std/special/compiler_rt/clear_cache.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/special/compiler_rt/clear_cache.zig b/lib/std/special/compiler_rt/clear_cache.zig index d862f739d3..4b00721868 100644 --- a/lib/std/special/compiler_rt/clear_cache.zig +++ b/lib/std/special/compiler_rt/clear_cache.zig @@ -44,7 +44,7 @@ pub fn clear_cache(start: usize, end: usize) callconv(.C) void { else => false, }; const apple = switch (os) { - .ios, .macosx, .watchos, .tvos => true, + .ios, .macos, .watchos, .tvos => true, else => false, }; if (x86) { |
