Revert "std.c: add os_proc_available_memory for darwin"

This reverts commit 012f9a97eb74c63921ce7f3a036c71816fb59a24.
This commit is contained in:
Andrew Kelley 2023-07-31 11:13:40 -07:00
parent a92be49851
commit a397952932

View File

@ -3865,4 +3865,3 @@ pub const MIN = struct {
};
pub extern "c" fn mincore(addr: *align(std.mem.page_size) const anyopaque, length: usize, vec: [*]u8) c_int;
pub extern "c" fn os_proc_available_memory() usize;