X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/de355530ae67247cbd0da700edb3a2a1dae884c2..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/osfmk/mach/thread_status.h diff --git a/osfmk/mach/thread_status.h b/osfmk/mach/thread_status.h index 49903043b..c806f7fc0 100644 --- a/osfmk/mach/thread_status.h +++ b/osfmk/mach/thread_status.h @@ -59,8 +59,8 @@ * */ -#ifndef THREAD_STATUS_H_ -#define THREAD_STATUS_H_ +#ifndef _MACH_THREAD_STATUS_H_ +#define _MACH_THREAD_STATUS_H_ /* * The actual structure that comprises the thread state is defined @@ -84,4 +84,4 @@ typedef int thread_state_data_t[THREAD_STATE_MAX]; typedef int thread_state_flavor_t; typedef thread_state_flavor_t *thread_state_flavor_array_t; -#endif /* THREAD_STATUS_H_ */ +#endif /* _MACH_THREAD_STATUS_H_ */