Skip to content

Commit d36963a

Browse files
committed
Remove duplicated constants from s390x
1 parent 35ff8c2 commit d36963a

File tree

1 file changed

+0
-1
lines changed
  • src/unix/linux_like/linux/gnu/b64

1 file changed

+0
-1
lines changed

src/unix/linux_like/linux/gnu/b64/s390x.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ pub const __SIZEOF_PTHREAD_CONDATTR_T: usize = 4;
283283
pub const __SIZEOF_PTHREAD_MUTEXATTR_T: usize = 4;
284284
pub const __SIZEOF_PTHREAD_MUTEX_T: usize = 40;
285285
pub const __SIZEOF_PTHREAD_RWLOCK_T: usize = 56;
286-
pub const __SIZEOF_PTHREAD_RWLOCKATTR_T: usize = 8;
287286

288287
align_const! {
289288
pub const PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP: ::pthread_mutex_t =

0 commit comments

Comments
 (0)