]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/times.h
xnu-2422.1.72.tar.gz
[apple/xnu.git] / bsd / sys / times.h
index d1b0143210e9e43f34833f7d29efc96f04379630..eeacb398bdf04fbffb439422266c079fa24f6f8f 100644 (file)
 #include <sys/_types.h>
 
 /* [XSI] The clock_t type shall be defined as described in <sys/types.h> */
-#ifndef        _CLOCK_T
-#define        _CLOCK_T
-typedef        __darwin_clock_t        clock_t;
-#endif
+#include <sys/_types/_clock_t.h>
 
 /*
  * [XSI] Structure whose address is passed as the first parameter to times()