提交 e1da9099 编写于 作者: J jp9000

remove ssize_t because it's not even used anyway anymore

上级 7e89ebce
......@@ -57,12 +57,6 @@ typedef long off_t;
typedef int64_t off64_t;
#endif /* __off_t_defined */
#ifdef _WIN64
typedef long long ssize_t;
#else
typedef long ssize_t;
#endif
#else
#include <stdint.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册