提交 4e302496 编写于 作者: R Rich Felker

fix another error from header cleanup, missing size_t in time.h

上级 3eb9feaa
...@@ -13,6 +13,7 @@ extern "C" { ...@@ -13,6 +13,7 @@ extern "C" {
#endif #endif
#define __NEED_size_t
#define __NEED_time_t #define __NEED_time_t
#define __NEED_clock_t #define __NEED_clock_t
...@@ -21,7 +22,6 @@ extern "C" { ...@@ -21,7 +22,6 @@ extern "C" {
#define __NEED_struct_timespec #define __NEED_struct_timespec
#define __NEED_clockid_t #define __NEED_clockid_t
#define __NEED_timer_t #define __NEED_timer_t
#define __NEED_size_t
#define __NEED_pid_t #define __NEED_pid_t
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册