]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/shm.h
xnu-4903.221.2.tar.gz
[apple/xnu.git] / bsd / sys / shm.h
index e7a3a4b5888e4e4f4a6af014bb74c5f552c96a27..150261adc3d7014f869d5b26f95a469a125aa1ff 100644 (file)
  * NOTE:       The definition of the key_t type is implicit from the
  *             inclusion of <sys/ipc.h>
  */
-#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 <sys/_types/_pid_t.h>
+#include <sys/_types/_time_t.h>
+#include <sys/_types/_size_t.h>
 
 /*
  * [XSI] The unsigned integer type used for the number of current attaches