midway
Some checks failed
Test and Deploy / test (push) Failing after 11s
Test and Deploy / docs (push) Has been skipped

This commit is contained in:
2024-07-08 08:53:21 -07:00
parent 9720e0ce98
commit 8d67851767
2 changed files with 7 additions and 5 deletions

View File

@ -1,8 +1,3 @@
// Needed for sigaction on Linux
#ifdef __linux__
#define _POSIX_C_SOURCE 1
#endif // __linux__
#include <errno.h>
#include <string.h>
#include <stdlib.h>