diff options
| author | Kacper <kacper@mail.openlinux.dev> | 2025-12-09 21:17:12 +0100 |
|---|---|---|
| committer | Kacper <kacper@mail.openlinux.dev> | 2025-12-09 21:17:12 +0100 |
| commit | b5cd18739a64c8d923a55b61c89ae3900faafd84 (patch) | |
| tree | d192f7b25257ae9a8a4760c68f5314dcbc0d9b91 /include/signal.h | |
| parent | 119aed5bc787ccbf23d2f151759ec1f3a80977e1 (diff) | |
Fix include paths and formatting inconsistencies
Diffstat (limited to 'include/signal.h')
| -rw-r--r-- | include/signal.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/signal.h b/include/signal.h index 6b7f2a4a..8e49fc8a 100644 --- a/include/signal.h +++ b/include/signal.h @@ -5,7 +5,9 @@ #include <bits/sigevent.h> #define __BITS_SIGINFO_H_ -#include <bits/siginfo.h> +#include <bits/siginfo.h> // for siginfo_t + +union sigval; #define SIG_DFL ((void (*)(int))0) #define SIG_ERR ((void (*)(int)) - 1) |
