Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rofl0r/proxychains-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrofl0r <retnyg@gmx.net>2018-01-10 19:09:09 +0300
committerrofl0r <retnyg@gmx.net>2018-01-10 19:09:09 +0300
commit3366dc31316f54bfca4f9be22fec92c7c738f004 (patch)
treea644608e1eac3f75c2484b56e3e15deb3c6897ca
parentb299193d13c1f9f9858383d660bb810da84270da (diff)
allocator_thread.c: fix build on FreeBSD due to MAP_ANON
thx to @Low-power for testing
-rw-r--r--src/allocator_thread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/allocator_thread.c b/src/allocator_thread.c
index cb4e987..acc11d7 100644
--- a/src/allocator_thread.c
+++ b/src/allocator_thread.c
@@ -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>