Revert "std.c: fix host_basic_info definition for darwin."
This reverts commit ea1d64dae4bb34d62e9cfddf7e3da493ed8063e9.
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/c/darwin.zig+1-1
| ... | ... | @@ -4071,7 +4071,7 @@ pub const HOST = struct { |
| 4071 | 4071 | pub const EXTMOD_INFO64_COUNT = HostCount(vm_extmod_statistics_data_t); |
| 4072 | 4072 | }; |
| 4073 | 4073 | |
| 4074 | | pub const host_basic_info = extern struct { |
| 4074 | pub const host_basic_info = packed struct(u32) { |
| 4075 | 4075 | max_cpus: integer_t, |
| 4076 | 4076 | avail_cpus: integer_t, |
| 4077 | 4077 | memory_size: natural_t, |