DoxigAlpha

Sigaction

Kernel Sigaction wrapper for the actual ABI k_sigaction. The Zig linux.zig wrapper library still does some pre-processing on sigaction() calls (to add the restorer field).

Renamed from sigaction to Sigaction to avoid conflict with the syscall.

Fields of this type

Fields

#
handler:extern union { handler: ?handler_fn, sigaction: ?sigaction_fn, }
flags:switch (native_arch) { .mips, .mipsel, .mips64, .mips64el => c_uint, else => c_ulong, }