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.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/src/unix/uclibc/x86_64/other.rs b/libc/src/unix/uclibc/x86_64/other.rs
new file mode 100644
index 0000000..1cc521d
--- /dev/null
+++ b/libc/src/unix/uclibc/x86_64/other.rs
@@ -0,0 +1,4 @@
+// Thestyle checker discourages the use of #[cfg], so this has to go into a
+// separate module
+pub type pthread_t = ::c_ulong;
+