zig/lib/std/os
Ben Buhse 52a6242443 std.os.linux: add F_SEAL constants to F struct
Add the missing F_SEAL_SEAL, F_SEAL_SHRINK, F_SEAL_GROW, F_SEAL_WRITE,
F_SEAL_FUTURE_WRITE, and F_SEAL_EXEC constants used with
F.ADD_SEALS/F.GET_SEALS for memfd file sealing. These are defined in the
Linux kernel at include/uapi/linux/fcntl.h.

The FreeBSD equivalents already exist in std.c (freebsd.F),
but the Linux side was missing them.
2026-02-08 02:11:20 +01:00
..
linux std.os.linux: fix test not building 2026-02-05 21:15:54 +01:00
plan9 zig fmt 2025-07-16 10:27:39 -07:00
uefi Fix BootServices.locateHandleLen() (#30877) 2026-01-27 23:09:51 +01:00
windows std.Threaded: replace more kernel32 functions with ntdll 2026-02-07 00:02:50 -05:00
emscripten.zig Misc. std.Io fixes for WASI and Emscripten 2026-01-12 22:38:21 +01:00
linux.zig std.os.linux: add F_SEAL constants to F struct 2026-02-08 02:11:20 +01:00
plan9.zig system specific errno 2025-11-20 15:03:23 -08:00
uefi.zig Fix format on uefi guid type, was hitting unreachable 2026-01-09 02:42:22 +01:00
wasi.zig std: find a better home for the "preopens" concept 2026-01-07 17:33:06 -08:00
windows.zig std.Threaded: replace more kernel32 functions with ntdll 2026-02-07 00:02:50 -05:00