| ... | @@ -320,9 +320,7 @@ pub const pthread_rwlock_t = switch (native_abi) { | ... | @@ -320,9 +320,7 @@ pub const pthread_rwlock_t = switch (native_abi) { |
| 320 | size: [56]u8 align(@alignOf(usize)) = [_]u8{0} ** 56, | 320 | size: [56]u8 align(@alignOf(usize)) = [_]u8{0} ** 56, |
| 321 | }, | 321 | }, |
| 322 | }; | 322 | }; |
| 323 | pub usingnamespace if (native_abi == .android) struct { | 323 | pub const pthread_key_t = c_uint; |
| 324 | pub const pthread_key_t = c_int; | | |
| 325 | } else struct {}; | | |
| 326 | pub const sem_t = extern struct { | 324 | pub const sem_t = extern struct { |
| 327 | __size: [__SIZEOF_SEM_T]u8 align(@alignOf(usize)), | 325 | __size: [__SIZEOF_SEM_T]u8 align(@alignOf(usize)), |
| 328 | }; | 326 | }; |