X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..ecc0ceb4089d506a0b8d16686a95817b331af9cb:/bsd/sys/wait.h?ds=sidebyside diff --git a/bsd/sys/wait.h b/bsd/sys/wait.h index 1de5ce97a..23506faff 100644 --- a/bsd/sys/wait.h +++ b/bsd/sys/wait.h @@ -86,15 +86,8 @@ typedef enum { * [XSI] The id_t and pid_t types shall be defined as described * in */ -#ifndef _PID_T -typedef __darwin_pid_t pid_t; -#define _PID_T -#endif - -#ifndef _ID_T -typedef __darwin_id_t id_t; -#define _ID_T -#endif +#include +#include /* * [XSI] The siginfo_t type shall be defined as described in