aboutsummaryrefslogtreecommitdiff
path: root/libc/src/unix/uclibc/x86_64/other.rs
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/unix/uclibc/x86_64/other.rs')
-rw-r--r--libc/src/unix/uclibc/x86_64/other.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/libc/src/unix/uclibc/x86_64/other.rs b/libc/src/unix/uclibc/x86_64/other.rs
deleted file mode 100644
index 481577c..0000000
--- a/libc/src/unix/uclibc/x86_64/other.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-// Thestyle checker discourages the use of #[cfg], so this has to go into a
-// separate module
-pub type pthread_t = ::c_ulong;
-
-pub const PTHREAD_STACK_MIN: usize = 16384;