summaryrefslogtreecommitdiff
path: root/src/unix/notbsd/android/b32.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/unix/notbsd/android/b32.rs')
-rw-r--r--src/unix/notbsd/android/b32.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/unix/notbsd/android/b32.rs b/src/unix/notbsd/android/b32.rs
index 91a56a3fca..bd69ccf37d 100644
--- a/src/unix/notbsd/android/b32.rs
+++ b/src/unix/notbsd/android/b32.rs
@@ -142,6 +142,10 @@ pub const PTHREAD_STACK_MIN: ::size_t = 4096 * 2;
pub const CPU_SETSIZE: ::size_t = 32;
pub const __CPU_BITS: ::size_t = 32;
+pub const UT_LINESIZE: usize = 8;
+pub const UT_NAMESIZE: usize = 8;
+pub const UT_HOSTSIZE: usize = 16;
+
extern {
pub fn timegm64(tm: *const ::tm) -> ::time64_t;
}