Stephen Gutekanst 55f0d8b41c std: correct getcontext for Android bionic libc
I have updated Felix's ZigAndroidTemplate to work with the latest
version of Zig and we are exploring adding Android support to Mach engine.

`std.c.getcontext` is _referenced_ but not _used_, and Android's bionic libc
does not implement `getcontext`. `std.os.linux.getcontext` also cannot be
used with bionic libc, so it seems prudent to just disable this extern for now.

This may not be the perfect long-term fix, but I have a golden rebuttal to that:
before I was unable to compile Zig applications for Android, and now I can.

<img width="828" alt="image" src="https://github.com/hexops/mach/assets/3173176/1e29142b-0419-4459-9c8b-75d92f87f822">

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2023-09-16 14:22:09 -07:00
..
2023-09-08 21:46:05 +03:00
2023-09-13 18:24:59 -04:00
2023-04-22 13:09:15 +03:00
2023-08-24 22:38:47 -07:00
2023-09-02 00:18:53 +02:00
2023-06-25 14:51:03 -07:00
2023-09-08 21:47:44 +03:00
2023-06-10 20:42:30 -07:00
2023-09-13 18:24:59 -04:00
2023-08-22 13:54:14 -07:00
2023-07-07 11:57:09 -07:00