fix: ensure that SA_ONSTACK is declared

This commit is contained in:
Kévin Dunglas 2023-12-18 13:24:33 +01:00
parent 222340137b
commit d3f1967cd3
No known key found for this signature in database
GPG Key ID: 4D04EBEF06AAF3A6

View File

@ -14,6 +14,9 @@
#ifndef _POSIX_C_SOURCE
#define _POSIX_C_SOURCE 200809L
#endif
#ifndef _XOPEN_SOURCE
#define _XOPEN_SOURCE 500
#endif
#endif
#include <unistd.h>
#include <signal.h>