Pat Tullmann f0aefa625b posix: remove empty_sigset
When linking a libc, Zig should defer to the C library for sigset
operations.  The pre-filled constants signal sets (empty_sigset,
filled_sigset) are not compatible with C library initialization, so remove
them and use the runtime `sigemptyset` and `sigfillset` methods to
initialize any sigset.
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
2025-04-30 20:32:04 -07: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
2025-04-30 20:32:04 -07: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-30 20:32:04 -07:00
2025-04-30 20:32:04 -07:00
2025-04-30 20:32:04 -07: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