| ... | @@ -259,7 +259,7 @@ pub usingnamespace switch (builtin.os.tag) { | ... | @@ -259,7 +259,7 @@ pub usingnamespace switch (builtin.os.tag) { |
| 259 | }; | 259 | }; |
| 260 | | 260 | |
| 261 | pub extern "c" fn realloc(?*c_void, usize) ?*c_void; | 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 | pub extern "c" fn posix_memalign(memptr: **c_void, alignment: usize, size: usize) c_int; | 263 | pub extern "c" fn posix_memalign(memptr: **c_void, alignment: usize, size: usize) c_int; |
| 264 | | 264 | |
| 265 | pub extern "c" fn futimes(fd: fd_t, times: *[2]timeval) c_int; | 265 | pub extern "c" fn futimes(fd: fd_t, times: *[2]timeval) c_int; |