Skip to content

Commit 35ff8c2

Browse files
committed
Remove duplicated constnats from mips32
1 parent 4c3bc0d commit 35ff8c2

File tree

1 file changed

+0
-6
lines changed
  • src/unix/linux_like/linux/gnu/b32

1 file changed

+0
-6
lines changed

src/unix/linux_like/linux/gnu/b32/mips.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,6 @@ s! {
151151
}
152152
}
153153

154-
pub const __SIZEOF_PTHREAD_CONDATTR_T: usize = 4;
155-
pub const __SIZEOF_PTHREAD_MUTEX_T: usize = 24;
156-
pub const __SIZEOF_PTHREAD_RWLOCK_T: usize = 32;
157-
pub const __SIZEOF_PTHREAD_MUTEXATTR_T: usize = 4;
158-
pub const __SIZEOF_PTHREAD_RWLOCKATTR_T: usize = 8;
159-
160154
pub const O_LARGEFILE: ::c_int = 0x2000;
161155

162156
pub const SYS_syscall: ::c_long = 4000 + 0;

0 commit comments

Comments
 (0)