| Index: src/third_party/mac_headers/mach/machine/thread_state.h
|
| diff --git a/src/third_party/mac_headers/mach/machine/thread_state.h b/src/third_party/mac_headers/mach/machine/thread_state.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1547acac7689b8c2d1e07d9bcf17484092954de2
|
| --- /dev/null
|
| +++ b/src/third_party/mac_headers/mach/machine/thread_state.h
|
| @@ -0,0 +1,9 @@
|
| +/*
|
| + * This file is a stub with the bare minimum needed to make things work.
|
| + */
|
| +#ifndef _MACH_MACHINE_THREAD_STATE_H_
|
| +#define _MACH_MACHINE_THREAD_STATE_H_
|
| +
|
| +#define THREAD_STATE_MAX 1
|
| +
|
| +#endif /* _MACH_MACHINE_THREAD_STATE_H_ */
|
|
|