Files
zig/lib/std/c
Linus Groh 8abb14141e 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-16 23:48:05 +01: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