Files
RedBear-OS/src/sync
vasilito 29752835c2 sync: export C futex_wake/futex_wait for portable futex users (Mesa)
Mesa's util/futex declares int futex_wake(uint32_t*, int32_t) / int
futex_wait(uint32_t*, int32_t, const struct timespec*) and its drivers (ANV)
call them. relibc already has the correct Redox futex internally; expose it under
these C symbols so Mesa's Redox branch links against a working futex.
2026-07-31 18:38:01 +03:00
..
2026-07-03 13:17:38 +01:00
2026-07-02 08:28:38 +01:00
2026-05-07 00:05:13 +02:00