| ... | @@ -695,7 +695,6 @@ pub const Os = struct { | ... | @@ -695,7 +695,6 @@ pub const Os = struct { |
| 695 | /// since this is the stable syscall interface. | 695 | /// since this is the stable syscall interface. |
| 696 | pub fn requiresLibC(os: Os) bool { | 696 | pub fn requiresLibC(os: Os) bool { |
| 697 | return switch (os.tag) { | 697 | return switch (os.tag) { |
| 698 | .freebsd, | | |
| 699 | .aix, | 698 | .aix, |
| 700 | .netbsd, | 699 | .netbsd, |
| 701 | .driverkit, | 700 | .driverkit, |
| ... | @@ -714,6 +713,7 @@ pub const Os = struct { | ... | @@ -714,6 +713,7 @@ pub const Os = struct { |
| 714 | | 713 | |
| 715 | .linux, | 714 | .linux, |
| 716 | .windows, | 715 | .windows, |
| | 716 | .freebsd, |
| 717 | .freestanding, | 717 | .freestanding, |
| 718 | .fuchsia, | 718 | .fuchsia, |
| 719 | .ps3, | 719 | .ps3, |