summaryrefslogtreecommitdiff
path: root/userland/libc/signal/sigaction.c
AgeCommit message (Collapse)Author
2024-12-12formatting: Use clang-format on all projectsAnton Kling
This commit also add braces to all `if` statements.
2023-10-30Kernel/LibC: Add signals and support for custom signal handlers to processes.Anton Kling