Files
zig/lib/std/c
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-03-10 10:38:50 +00:00
2026-03-10 10:38:50 +00:00
2025-09-30 13:44:54 +01:00
2025-09-30 13:44:54 +01:00