From 868fda3ba9a38cda74102ec848bd2097e910ae18 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Mon, 6 May 2024 13:11:23 +0200 Subject: [PATCH] Update src/time.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Martin Kröning --- src/time.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/time.rs b/src/time.rs index a8980a92b2..867f6860c3 100644 --- a/src/time.rs +++ b/src/time.rs @@ -3,7 +3,7 @@ use crate::arch; #[allow(non_camel_case_types)] pub type time_t = i64; #[allow(non_camel_case_types)] -pub type suseconds_t = i32; +pub type suseconds_t = u32; /// Represent the number of seconds and microseconds since /// the Epoch (1970-01-01 00:00:00 +0000 (UTC))