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
_______________________________________________
Toybox mailing list
[email protected]
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to