We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ff8c2 commit d36963aCopy full SHA for d36963a
src/unix/linux_like/linux/gnu/b64/s390x.rs
@@ -283,7 +283,6 @@ pub const __SIZEOF_PTHREAD_CONDATTR_T: usize = 4;
283
pub const __SIZEOF_PTHREAD_MUTEXATTR_T: usize = 4;
284
pub const __SIZEOF_PTHREAD_MUTEX_T: usize = 40;
285
pub const __SIZEOF_PTHREAD_RWLOCK_T: usize = 56;
286
-pub const __SIZEOF_PTHREAD_RWLOCKATTR_T: usize = 8;
287
288
align_const! {
289
pub const PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP: ::pthread_mutex_t =
0 commit comments