| author | |
| committer | |
| log | 6ab1159e815fdc7ce11fa49235509a43da74f899 |
| tree | eabd0e9c52c55124aab5c93ddaf6a8168aa691c4 |
| parent | d3d6761e4367df3fc72f33681c36dc67471cf63f |
2 files changed, 2 insertions(+), 2 deletions(-)
lib/std/c.zig+1-1| ... | @@ -11399,7 +11399,7 @@ pub const vm_region_flavor_t = darwin.vm_region_flavor_t; | ... | @@ -11399,7 +11399,7 @@ pub const vm_region_flavor_t = darwin.vm_region_flavor_t; |
| 11399 | 11399 | ||
| 11400 | pub const _ksiginfo = netbsd._ksiginfo; | 11400 | pub const _ksiginfo = netbsd._ksiginfo; |
| 11401 | pub const _lwp_self = netbsd._lwp_self; | 11401 | pub const _lwp_self = netbsd._lwp_self; |
| 11402 | pub const _lwp_park = netbsd._lwp_park; | 11402 | pub const _lwp_park = netbsd.___lwp_park60; |
| 11403 | pub const _lwp_unpark = netbsd._lwp_unpark; | 11403 | pub const _lwp_unpark = netbsd._lwp_unpark; |
| 11404 | pub const _lwp_unpark_all = netbsd._lwp_unpark_all; | 11404 | pub const _lwp_unpark_all = netbsd._lwp_unpark_all; |
| 11405 | pub const lwpid_t = netbsd.lwpid_t; | 11405 | pub const lwpid_t = netbsd.lwpid_t; |
lib/std/c/netbsd.zig+1-1| ... | @@ -15,7 +15,7 @@ pub extern "c" fn pthread_setname_np(thread: pthread_t, name: [*:0]const u8, arg | ... | @@ -15,7 +15,7 @@ pub extern "c" fn pthread_setname_np(thread: pthread_t, name: [*:0]const u8, arg |
| 15 | 15 | ||
| 16 | pub extern "c" fn _lwp_self() lwpid_t; | 16 | pub extern "c" fn _lwp_self() lwpid_t; |
| 17 | 17 | ||
| 18 | pub extern "c" fn _lwp_park( | 18 | pub extern "c" fn ___lwp_park60( |
| 19 | clock_id: clockid_t, | 19 | clock_id: clockid_t, |
| 20 | flags: packed struct(u32) { | 20 | flags: packed struct(u32) { |
| 21 | ABSTIME: bool = false, | 21 | ABSTIME: bool = false, |