Skip to main content

Module flag

Module flag 

Source
Expand description

ABI-level flags for syscalls and data structures.

These are Strat9 OS native flags, NOT POSIX flags. POSIX shims (relibc, musl-compat) must translate from POSIX O_* to these flags using posix_oflags_to_strat9.

Structs§

CallFlags
Flags for IPC call operations (used with SYS_IPC_CALL).
MapFlags
Memory mapping flags for SYS_MMAP.
OpenFlags
File open flags for SYS_OPEN and SYS_OPENAT.
UnlinkFlags
Flags for SYS_UNLINKAT.

Functions§

posix_oflags_to_strat9
Translate POSIX O_* flags to Strat9 ABI OpenFlags.