| ... | @@ -413,6 +413,8 @@ pub extern "c" fn timer_delete(timerid: c.timer_t) c_int; | ... | @@ -413,6 +413,8 @@ pub extern "c" fn timer_delete(timerid: c.timer_t) c_int; |
| 413 | pub extern "c" fn timer_settime(timerid: c.timer_t, flags: c_int, new_value: *const c.itimerspec, old_value: *c.itimerspec) c_int; | 413 | pub extern "c" fn timer_settime(timerid: c.timer_t, flags: c_int, new_value: *const c.itimerspec, old_value: *c.itimerspec) c_int; |
| 414 | pub extern "c" fn timer_gettime(timerid: c.timer_t, flags: c_int, curr_value: *c.itimerspec) c_int; | 414 | pub extern "c" fn timer_gettime(timerid: c.timer_t, flags: c_int, curr_value: *c.itimerspec) c_int; |
| 415 | | 415 | |
| | 416 | pub extern "c" fn getcontext(ucp: *std.os.ucontext_t) c_int; |
| | 417 | |
| 416 | pub const max_align_t = if (builtin.abi == .msvc) | 418 | pub const max_align_t = if (builtin.abi == .msvc) |
| 417 | f64 | 419 | f64 |
| 418 | else if (builtin.target.isDarwin()) | 420 | else if (builtin.target.isDarwin()) |