提交 c6bd19fd 编写于 作者: G gao-rongxin

bugfix:musl 当前time_t定义统一采用新的64bit版本,SO_RCVTIMEO也是采用新的值;

之前有个老的patch把这个值修改成了32bit,导致不匹配

time_t的定义改回老版本
Signed-off-by: Ngao-rongxin <gaorongxin1@huawei.com>
#I4NU92
上级 ba7c8592
......@@ -9,8 +9,8 @@ TYPEDEF _Addr ssize_t;
TYPEDEF _Addr intptr_t;
TYPEDEF _Addr regoff_t;
TYPEDEF _Reg register_t;
TYPEDEF long time_t;
TYPEDEF long suseconds_t;
TYPEDEF _Int64 time_t;
TYPEDEF _Int64 suseconds_t;
TYPEDEF signed char int8_t;
TYPEDEF signed short int16_t;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册