i think you'd forgotten to `git push` before.

i see that change now though, but it still doesn't work --- the
constant is PER_LINUX32, not LINUX_PER32 :-)

On Tue, Sep 28, 2021 at 4:16 PM Rob Landley <r...@landley.net> wrote:
>
> 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
Toybox@lists.landley.net
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to