| author | |
| committer | |
| log | 46042170cba21cd91a090c20c2d5c6840648a0ad |
| tree | f33e0bec8ec81014f3c18e9ea443f5f328f65b47 |
| parent | ba9f2571b709c1abb64b68095b534d441ddff295 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Target.zig+1-1| ... | ... | @@ -695,7 +695,6 @@ pub const Os = struct { |
| 695 | 695 | /// since this is the stable syscall interface. |
| 696 | 696 | pub fn requiresLibC(os: Os) bool { |
| 697 | 697 | return switch (os.tag) { |
| 698 | .freebsd, | |
| 699 | 698 | .aix, |
| 700 | 699 | .netbsd, |
| 701 | 700 | .driverkit, |
| ... | ... | @@ -714,6 +713,7 @@ pub const Os = struct { |
| 714 | 713 | |
| 715 | 714 | .linux, |
| 716 | 715 | .windows, |
| 716 | .freebsd, | |
| 717 | 717 | .freestanding, |
| 718 | 718 | .fuchsia, |
| 719 | 719 | .ps3, |