提交 fccd0e6b 编写于 作者: B bernard

[libc] Use __SIZE_TYPE__ instead of rt_size_t in minilibc.

上级 5397e18c
......@@ -4,7 +4,7 @@
#include <rtthread.h>
typedef long off_t;
typedef rt_size_t size_t;
typedef __SIZE_TYPE__ size_t;
typedef signed long ssize_t; /* Used for a count of bytes or an error indication. */
typedef rt_uint8_t u_char;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册