X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/316670eb35587141e969394ae8537d66b9211e80..3e170ce000f1506b7b5d2c5c7faec85ceabb573d:/bsd/sys/sem.h diff --git a/bsd/sys/sem.h b/bsd/sys/sem.h index 35689b2fc..67c6064aa 100644 --- a/bsd/sys/sem.h +++ b/bsd/sys/sem.h @@ -55,20 +55,9 @@ * NOTE: The definition of the key_t type is implicit from the * inclusion of */ -#ifndef _PID_T -typedef __darwin_pid_t pid_t; -#define _PID_T -#endif - -#ifndef _TIME_T -#define _TIME_T -typedef __darwin_time_t time_t; -#endif - -#ifndef _SIZE_T -#define _SIZE_T -typedef __darwin_size_t size_t; -#endif +#include +#include +#include /* * Technically, we should force all code references to the new structure