Loading...
include/utime.h Libc-583 Libc-1583.60.2
--- Libc/Libc-583/include/utime.h
+++ Libc/Libc-1583.60.2/include/utime.h
@@ -59,11 +59,7 @@
 #define	_UTIME_H_
 
 #include <_types.h>
-
-#ifndef _TIME_T
-#define _TIME_T
-typedef __darwin_time_t		time_t;
-#endif /* _TIME_T */
+#include <sys/_types/_time_t.h>
 
 struct utimbuf {
 	time_t actime;		/* Access time */