Skip to content
Snippets Groups Projects
Verified Commit dc8ee7b2 authored by Jacob Lorentzon's avatar Jacob Lorentzon
Browse files

Adjust pthread_cond_t size.

parent beac2482
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ pub union pthread_rwlock_t { ...@@ -30,7 +30,7 @@ pub union pthread_rwlock_t {
} }
#[repr(C)] #[repr(C)]
pub union pthread_barrier_t { pub union pthread_barrier_t {
__relibc_internal_size: [c_uchar; 12], __relibc_internal_size: [c_uchar; 16],
__relibc_internal_align: c_int, __relibc_internal_align: c_int,
} }
#[repr(C)] #[repr(C)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment