提交 c5875ad3 编写于 作者: R Rich Felker

fix incorrect ptrdiff_t type on mips

上级 a02bf5fc
......@@ -18,7 +18,7 @@ union \1 \2;\
TYPEDEF unsigned size_t;
TYPEDEF int ssize_t;
TYPEDEF long ptrdiff_t;
TYPEDEF int ptrdiff_t;
TYPEDEF __builtin_va_list va_list;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册