Andrew Kelley 8b269f7e18 std: make signal numbers into an enum
fixes start logic for checking whether IO/POLL exist
2025-10-29 06:20:51 -07:00
..
2025-09-09 22:07:44 -07:00
2025-09-09 22:07:44 -07:00
2025-09-09 22:07:44 -07:00
2025-10-27 07:35:38 -07:00

Zig standalone POSIX tests

This directory is just for std.posix-related test cases that depend on process-wide state like the current-working directory, signal handlers, fork, the main thread, environment variables, etc. Most tests (e.g, around file descriptors, etc) are with the unit tests in lib/std/posix/test.zig. New tests should be with the unit tests, unless there is a specific reason they cannot.