diff options
| author | Kacper <kacper@mail.openlinux.dev> | 2025-12-15 02:01:33 +0100 |
|---|---|---|
| committer | Kacper <kacper@mail.openlinux.dev> | 2025-12-15 02:01:59 +0100 |
| commit | 3b3325f761b09ebbfef04c44eed546cc4fdeb329 (patch) | |
| tree | aa19ea259bcda2410c2b3dd4512f19fb85aeaf8f /include/signal.h | |
| parent | 15d2df7811ef3cb79cc3e501d0d5f9b993d42bea (diff) | |
Added aio and eventfd support, along with sleep and yes utilities
Diffstat (limited to 'include/signal.h')
| -rw-r--r-- | include/signal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/signal.h b/include/signal.h index 425f56e1..1760ef4a 100644 --- a/include/signal.h +++ b/include/signal.h @@ -79,6 +79,11 @@ union sigval; #define SS_ONSTACK 1 #define SS_DISABLE 2 +#define SIGEV_SIGNAL 0 +#define SIGEV_NONE 1 +#define SIGEV_THREAD 2 +#define SIGEV_THREAD_ID 4 + typedef __INT64_TYPE__ pid_t; typedef __UINT32_TYPE__ uid_t; typedef __UINT64_TYPE__ sigset_t; |
