X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/b0d623f7f2ae71ed96e60569f61f9a9a27016e80..440d4c6cfad24426bfddca7518f16c17f4e443f7:/osfmk/libsa/types.h diff --git a/osfmk/libsa/types.h b/osfmk/libsa/types.h index ca12b7efb..341e42b0e 100644 --- a/osfmk/libsa/types.h +++ b/osfmk/libsa/types.h @@ -69,7 +69,6 @@ typedef struct _quad_ { typedef char * caddr_t; /* address of a (signed) char */ -typedef int time_t; /* a signed 32 */ typedef unsigned int daddr_t; /* an unsigned 32 */ #if 0 /* off_t should be 64-bit ! */ typedef unsigned int off_t; /* another unsigned 32 */