On Fri, Feb 23, 2024 at 03:20:42PM -0700, Thomas Bertschinger wrote: > This resolves build warnings and failures for architectures where the > Linux userspace `asm/types.h` header defines 64-bit types (u64, s64) as > `long` instead of `long long`. > > By defining `__SANE_USERSPACE_TYPES__`, these types are defined as > `long long` instead.
Never realized this was a thing! This fixes all the printf format madness.
