Files
zig/lib
Linus Groh 3f5305bab7 std.c: Fix serenity's futex() declaration
Two mistakes I made when translating from the C header:

- The timeout and userspace_address2 pointers should be nullable.
- futex_wait() and futex_wake() are defined as static functions and
  therefore not available as exported symbols. They're just thin
  wrappers around futex() anyway so that's fine.
2026-04-17 22:56:03 +02:00
..
2026-04-02 15:13:39 +02:00
2026-04-03 12:27:34 +02:00