daemon: fix "_GNU_SOURCE redefined" warning (#611)

This commit is contained in:
Pablo Greco
2025-12-27 19:06:01 -08:00
committed by GitHub
parent de6719e341
commit 979bfef429

View File

@@ -5,6 +5,7 @@
*/
#undef _GNU_SOURCE
#define _GNU_SOURCE
#include <unistd.h>
#define _POSIX_C_SOURCE 200809L