]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/types.h
xnu-517.3.15.tar.gz
[apple/xnu.git] / bsd / sys / types.h
index 44328bf2ba2469a62c269ef5106e1663d217f5d1..50c8ec276b1c7c2647edbda1a667f38277bc6cf2 100644 (file)
@@ -107,6 +107,7 @@ typedef quad_t              rlim_t;         /* resource limit */
 typedef        int32_t         segsz_t;        /* segment size */
 typedef        int32_t         swblk_t;        /* swap offset */
 typedef        u_int32_t       uid_t;          /* user id */
+typedef u_int32_t      useconds_t;     /* microseconds (unsigned) */
 
 #ifndef _POSIX_SOURCE
 /* Major, minor numbers, dev_t's. */