| ... | @@ -9,6 +9,7 @@ pub const _errno = __errno; | ... | @@ -9,6 +9,7 @@ pub const _errno = __errno; |
| 9 | pub const dl_iterate_phdr_callback = extern fn (info: *dl_phdr_info, size: usize, data: ?*c_void) c_int; | 9 | pub const dl_iterate_phdr_callback = extern fn (info: *dl_phdr_info, size: usize, data: ?*c_void) c_int; |
| 10 | pub extern "c" fn dl_iterate_phdr(callback: dl_iterate_phdr_callback, data: ?*c_void) c_int; | 10 | pub extern "c" fn dl_iterate_phdr(callback: dl_iterate_phdr_callback, data: ?*c_void) c_int; |
| 11 | | 11 | |
| | 12 | pub extern "c" fn arc4random_buf(buf: [*]u8, len: usize) void; |
| 12 | pub extern "c" fn __fstat50(fd: fd_t, buf: *Stat) c_int; | 13 | pub extern "c" fn __fstat50(fd: fd_t, buf: *Stat) c_int; |
| 13 | pub extern "c" fn __stat50(path: [*:0]const u8, buf: *Stat) c_int; | 14 | pub extern "c" fn __stat50(path: [*:0]const u8, buf: *Stat) c_int; |
| 14 | pub extern "c" fn __clock_gettime50(clk_id: c_int, tp: *timespec) c_int; | 15 | pub extern "c" fn __clock_gettime50(clk_id: c_int, tp: *timespec) c_int; |