[Toybox] Pending todoness.

Rob Landley rob at landley.net
Tue Sep 28 16:36:03 PDT 2021


On 9/28/21 11:55 AM, enh wrote:
> Thoughts/explanation of how I misunderstood what you were asking here? (We build
> uname for macOS host builds, so I can't sync toybox if uname doesn't build.)

I thought I fixed macos in commit 7af571d485b7?

#ifdef __linux__
#include <sys/personality.h>
#else
#define LINUX_PER32 0
void personality(int x);
#endif

Does MacOS #define __linux__? (Checks the github thing, digging up my web login
password to actually see the darn log...)

Huh. Ok, that's weird. Why does macos lie and say it's linux?

Rob



More information about the Toybox mailing list