Skip to content

Commit

Permalink
fix style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
humenda committed Mar 2, 2019
1 parent 2c18025 commit 3c8a493
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/unix/uclibc/x86_64/mod.rs
Expand Up @@ -272,8 +272,6 @@ pub const O_NONBLOCK: ::c_int = 04000;
pub const O_TRUNC: ::c_int = 01000;
pub const NCCS: usize = 32;
pub const SIG_SETMASK: ::c_int = 2; // Set the set of blocked signals
#[cfg(not(target_os = "l4re"))]
pub const PTHREAD_STACK_MIN: usize = 16384;
pub const __SIZEOF_PTHREAD_MUTEX_T: usize = 40;
pub const __SIZEOF_PTHREAD_MUTEXATTR_T: usize = 4;
pub const SO_BROADCAST: ::c_int = 6;
Expand Down
1 change: 1 addition & 0 deletions src/unix/uclibc/x86_64/other.rs
Expand Up @@ -2,3 +2,4 @@
// separate module
pub type pthread_t = ::c_ulong;

pub const PTHREAD_STACK_MIN: usize = 16384;

0 comments on commit 3c8a493

Please sign in to comment.