WIP: More complete pthread mutex implementation.

This commit is contained in:
4lDO2
2023-04-13 17:57:12 +02:00
parent 38f89cb4bb
commit 9356098fb2
8 changed files with 305 additions and 93 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ pub union pthread_barrierattr_t {
}
#[repr(C)]
pub union pthread_mutex_t {
__relibc_internal_size: [c_uchar; 4],
__relibc_internal_size: [c_uchar; 12],
__relibc_internal_align: c_int,
}
#[repr(C)]