X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/a28bf75d63c6a64e4c3b417c6052e45f42c6cedd..6465356a983ac139f81d3b7913cdb548477c346c:/include/time.h diff --git a/include/time.h b/include/time.h index 2914d40..d233d21 100644 --- a/include/time.h +++ b/include/time.h @@ -67,25 +67,10 @@ #define __need_struct_timespec #include <_structs.h> - -#ifndef NULL -#define NULL __DARWIN_NULL -#endif /* ! NULL */ - -#ifndef _CLOCK_T -#define _CLOCK_T -typedef __darwin_clock_t clock_t; -#endif - -#ifndef _SIZE_T -#define _SIZE_T -typedef __darwin_size_t size_t; -#endif - -#ifndef _TIME_T -#define _TIME_T -typedef __darwin_time_t time_t; -#endif +#include +#include +#include +#include struct tm { int tm_sec; /* seconds after the minute [0-60] */