From 0beca09b6263d24bfd4ba09ec489e68fc3c99a62 Mon Sep 17 00:00:00 2001 From: gao-rongxin Date: Fri, 14 Jan 2022 00:05:21 -0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=9E=E9=80=80=E5=AF=B9time=5Ft?= =?UTF-8?q?=E7=9A=84=E4=BF=AE=E6=94=B9=20=E4=B9=8B=E5=89=8D=E6=8C=91?= =?UTF-8?q?=E5=8D=95master=E5=88=86=E6=94=AF=E5=88=B03.0=5FLTS=E5=87=BA?= =?UTF-8?q?=E7=8E=B0=E9=97=AE=E9=A2=98=EF=BC=8C=E7=8E=B0=E5=9C=A8=E9=87=8D?= =?UTF-8?q?=E6=96=B0=E6=8A=8Atime=5Ft=E6=94=B9=E5=9B=9E32bit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gao-rongxin #I4QUJX --- porting/linux/user/include/alltypes.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/porting/linux/user/include/alltypes.h.in b/porting/linux/user/include/alltypes.h.in index d9ff462e..8903736c 100644 --- a/porting/linux/user/include/alltypes.h.in +++ b/porting/linux/user/include/alltypes.h.in @@ -9,8 +9,8 @@ TYPEDEF _Addr ssize_t; TYPEDEF _Addr intptr_t; TYPEDEF _Addr regoff_t; TYPEDEF _Reg register_t; -TYPEDEF _Int64 time_t; -TYPEDEF _Int64 suseconds_t; +TYPEDEF long time_t; +TYPEDEF long suseconds_t; TYPEDEF signed char int8_t; TYPEDEF signed short int16_t; -- GitLab