Pat Tullmann 298b1886b2 std.os.linux: export kernel-sized sigset_t and operations
The kernel ABI sigset_t is smaller than the glibc one.  Define the
right-sized sigset_t and fixup the sigaction() wrapper to leverage it.
The Sigaction wrapper here is not an ABI, so relax it (drop the "extern"
and the "restorer" fields), the existing `k_sigaction` is the ABI
sigaction struct.

Linux defines `sigset_t` with a c_ulong, so it can be 32-bit or 64-bit,
depending on the platform.  This can make a difference on big-endian
systems.

Patch up `ucontext_t` so that this change doesn't impact its layout.
AFAICT, its currently the glibc layout.
2025-04-30 20:32:04 -07:00
..
2025-04-27 05:42:18 +01:00
2025-04-29 22:07:30 +00:00
2024-12-19 17:10:03 -05:00
2025-02-22 14:32:48 -08:00
2024-07-23 11:43:12 -07:00
2025-04-03 14:55:04 -07:00
2024-07-09 14:25:42 -07:00
2025-02-05 13:58:15 +01:00
2024-08-22 08:44:08 +02:00
2025-04-15 23:36:43 +02:00
2025-02-06 14:23:23 -08:00
2025-03-17 21:56:17 +03:30
2025-02-22 14:32:48 -08:00
2024-08-07 00:48:32 -07:00
2024-07-31 16:57:42 -07:00
2024-08-29 23:43:52 +01:00
2025-04-03 15:35:21 -07:00
2025-04-28 00:24:09 +02:00
2025-02-06 14:23:23 -08:00
2025-02-03 09:14:37 +00:00