| author | |
| committer | |
| log | 012f9a97eb74c63921ce7f3a036c71816fb59a24 |
| tree | be4fc3c603a5a688524557ce14669af4dee0c723 |
| parent | 3f3b1a6808113fd5f9b2cec1033009cbb17dc969 |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/c/darwin.zig+1| ... | @@ -3867,3 +3867,4 @@ pub const MIN = struct { | ... | @@ -3867,3 +3867,4 @@ pub const MIN = struct { |
| 3867 | }; | 3867 | }; |
| 3868 | 3868 | ||
| 3869 | pub extern "c" fn mincore(addr: *align(std.mem.page_size) const anyopaque, length: usize, vec: [*]u8) c_int; | 3869 | pub extern "c" fn mincore(addr: *align(std.mem.page_size) const anyopaque, length: usize, vec: [*]u8) c_int; |
| 3870 | pub extern "c" fn os_proc_available_memory() usize; |