| author | |
| committer | |
| log | 05fefc0d3f1c35b7a95368db26f25293093263c3 |
| tree | b6553fea59c0df66b9f1e232fef3237a6f2f0d29 |
| parent | 01ff3684dc05c9ddf954eeafa53065aef4dc5cfc |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/c.zig+1-1| ... | ... | @@ -259,7 +259,7 @@ pub usingnamespace switch (builtin.os.tag) { |
| 259 | 259 | }; |
| 260 | 260 | |
| 261 | 261 | pub extern "c" fn realloc(?*c_void, usize) ?*c_void; |
| 262 | pub extern "c" fn free(*c_void) void; | |
| 262 | pub extern "c" fn free(?*c_void) void; | |
| 263 | 263 | pub extern "c" fn posix_memalign(memptr: **c_void, alignment: usize, size: usize) c_int; |
| 264 | 264 | |
| 265 | 265 | pub extern "c" fn futimes(fd: fd_t, times: *[2]timeval) c_int; |