mirror of
https://github.com/ziglang/zig.git
synced 2026-01-02 19:43:29 +00:00
Revert "std.c: fix host_basic_info definition for darwin."
This reverts commit ea1d64dae4bb34d62e9cfddf7e3da493ed8063e9.
This commit is contained in:
parent
381704dd0e
commit
004711310a
@ -4071,7 +4071,7 @@ pub const HOST = struct {
|
||||
pub const EXTMOD_INFO64_COUNT = HostCount(vm_extmod_statistics_data_t);
|
||||
};
|
||||
|
||||
pub const host_basic_info = extern struct {
|
||||
pub const host_basic_info = packed struct(u32) {
|
||||
max_cpus: integer_t,
|
||||
avail_cpus: integer_t,
|
||||
memory_size: natural_t,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user