1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-13 17:03:07 +08:00

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
Unverified
parent de6719e341
commit 979bfef429
+1
View File
@@ -5,6 +5,7 @@
*/ */
#undef _GNU_SOURCE
#define _GNU_SOURCE #define _GNU_SOURCE
#include <unistd.h> #include <unistd.h>
#define _POSIX_C_SOURCE 200809L #define _POSIX_C_SOURCE 200809L