Aside from running this through the CQ -- what else should I should?
#include <mach/machine/thread_status.h>
#include <architecture/byte_order.h>
*/I kept this local change, although I'm not sure why it's necessary.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Roll xnu to 12377.1.9 (from macOS 26.0.0)Just 26.0.
#include <mach/machine/thread_status.h>
#include <architecture/byte_order.h>
*/I kept this local change, although I'm not sure why it's necessary.
I kept this local change, although I'm not sure why it's necessary.
We have `<mach/machine.h>` and `<mach/vm_prot.h>` stubs in compat/non_mac (which might be properly rename-able to compat/non_apple now). That makes this `<mach-o/loader.h>` usable on all OS platforms. This was important to me for a future project that never quite got off the ground. It might become important again someday.
We don’t have `<mach/machine/thread_status.h>` or `<architecture/byte_order.h>` stubs in compat/non_apple. Nothing against adding them, but they’re a little spidery, and since `<mach-o/loader.h>` actually doesn’t need anything from them, there was no reason to keep these `#include`s intact.
Version: 12377.1.9 (from macOS 26.0.0)Just 26.0 here too.
import <Availability.h>;Wonder if this needs special handling. How does this transform the output?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |