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

allocator_thread.c: fix build on FreeBSD due to MAP_ANON

thx to @Low-power for testing
This commit is contained in:
rofl0r
2018-01-10 16:09:09 +00:00
Unverified
parent b299193d13
commit 3366dc3131
-1
View File
@@ -1,7 +1,6 @@
#undef _GNU_SOURCE
#define _GNU_SOURCE
#undef _POSIX_C_SOURCE
#define _POSIX_C_SOURCE 200809L
#define _DARWIN_C_SOURCE
#include <limits.h>
#include <pthread.h>