Skip to content

Commit 3c8a493

Browse files
committed
fix style issue
1 parent 2c18025 commit 3c8a493

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/unix/uclibc/x86_64/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,6 @@ pub const O_NONBLOCK: ::c_int = 04000;
272272
pub const O_TRUNC: ::c_int = 01000;
273273
pub const NCCS: usize = 32;
274274
pub const SIG_SETMASK: ::c_int = 2; // Set the set of blocked signals
275-
#[cfg(not(target_os = "l4re"))]
276-
pub const PTHREAD_STACK_MIN: usize = 16384;
277275
pub const __SIZEOF_PTHREAD_MUTEX_T: usize = 40;
278276
pub const __SIZEOF_PTHREAD_MUTEXATTR_T: usize = 4;
279277
pub const SO_BROADCAST: ::c_int = 6;

src/unix/uclibc/x86_64/other.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
// separate module
33
pub type pthread_t = ::c_ulong;
44

5+
pub const PTHREAD_STACK_MIN: usize = 16384;

0 commit comments

Comments
 (0)