]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/timeb.h
xnu-3247.1.106.tar.gz
[apple/xnu.git] / bsd / sys / timeb.h
index a5c92708a1fcbaa4d668d905fdf7e70f7f263901..0debabf8f7c00623872087a109cedf1e6dbaa255 100644 (file)
 #include <sys/_types.h>
 
 /* [XSI] The time_t type shall be defined as described in <sys/types.h> */
-#ifndef        _TIME_T
-#define        _TIME_T
-typedef        __darwin_time_t time_t;
-#endif
+#include <sys/_types/_time_t.h>
 
 /*
  * [XSI] Structure whose address is passed as the first parameter to ftime()