| Index: third_party/crashpad/crashpad/compat/mac/kern/exc_resource.h
|
| diff --git a/third_party/crashpad/crashpad/compat/mac/kern/exc_resource.h b/third_party/crashpad/crashpad/compat/mac/kern/exc_resource.h
|
| index 30e9b855115535faf4430ec7920fc1437dfe3a87..ca8943d37d12ae5708025e4715ec11ce3c4a44af 100644
|
| --- a/third_party/crashpad/crashpad/compat/mac/kern/exc_resource.h
|
| +++ b/third_party/crashpad/crashpad/compat/mac/kern/exc_resource.h
|
| @@ -59,4 +59,18 @@
|
| #define FLAVOR_CPU_MONITOR_FATAL 2
|
| #endif
|
|
|
| +// 10.12 SDK
|
| +
|
| +#ifndef RESOURCE_TYPE_IO
|
| +#define RESOURCE_TYPE_IO 4
|
| +#endif
|
| +
|
| +#ifndef FLAVOR_IO_PHYSICAL_WRITES
|
| +#define FLAVOR_IO_PHYSICAL_WRITES 1
|
| +#endif
|
| +
|
| +#ifndef FLAVOR_IO_LOGICAL_WRITES
|
| +#define FLAVOR_IO_LOGICAL_WRITES 2
|
| +#endif
|
| +
|
| #endif // CRASHPAD_COMPAT_MAC_KERN_EXC_RESOURCE_H_
|
|
|