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.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/src/unix/uclibc/x86_64/other.rs b/libc/src/unix/uclibc/x86_64/other.rs
index 1cc521d..481577c 100644
--- a/libc/src/unix/uclibc/x86_64/other.rs
+++ b/libc/src/unix/uclibc/x86_64/other.rs
@@ -2,3 +2,4 @@
// separate module
pub type pthread_t = ::c_ulong;
+pub const PTHREAD_STACK_MIN: usize = 16384;