summaryrefslogtreecommitdiffstats
path: root/contrib/jemalloc/FREEBSD-diffs
diff options
context:
space:
mode:
authorjasone <jasone@FreeBSD.org>2012-04-17 22:05:55 +0000
committerjasone <jasone@FreeBSD.org>2012-04-17 22:05:55 +0000
commit279f465fd32017b325a0d72bdbdefc7c53ae9ea2 (patch)
tree0c67009e2f8ac4eb47e6f8b2ad6da9888df2140a /contrib/jemalloc/FREEBSD-diffs
parent841f20af50d952e3673fbec1bcd442c1310b31b5 (diff)
downloadFreeBSD-src-279f465fd32017b325a0d72bdbdefc7c53ae9ea2.zip
FreeBSD-src-279f465fd32017b325a0d72bdbdefc7c53ae9ea2.tar.gz
Import jemalloc b57d3ec571c6551231be62b7bf92c084a8c8291c (dev branch,
prior to 3.0.0 release), which supports atomic operations based on atomic(9). This should fix build failures for several platforms.
Diffstat (limited to 'contrib/jemalloc/FREEBSD-diffs')
-rw-r--r--contrib/jemalloc/FREEBSD-diffs8
1 files changed, 5 insertions, 3 deletions
diff --git a/contrib/jemalloc/FREEBSD-diffs b/contrib/jemalloc/FREEBSD-diffs
index 927268c..d87d0fc 100644
--- a/contrib/jemalloc/FREEBSD-diffs
+++ b/contrib/jemalloc/FREEBSD-diffs
@@ -45,17 +45,19 @@ index 98d0ba4..23d2152 100644
+ </refsect1>
</refentry>
diff --git a/include/jemalloc/internal/jemalloc_internal.h.in b/include/jemalloc/internal/jemalloc_internal.h.in
-index aa21aa5..e0f5fed 100644
+index 905653a..b235a0d 100644
--- a/include/jemalloc/internal/jemalloc_internal.h.in
+++ b/include/jemalloc/internal/jemalloc_internal.h.in
-@@ -1,3 +1,6 @@
+@@ -1,5 +1,8 @@
+ #ifndef JEMALLOC_INTERNAL_H
+ #define JEMALLOC_INTERNAL_H
+#include "libc_private.h"
+#include "namespace.h"
+
#include <sys/mman.h>
#include <sys/param.h>
#include <sys/syscall.h>
-@@ -33,6 +36,9 @@
+@@ -35,6 +38,9 @@
#include <pthread.h>
#include <math.h>
OpenPOWER on IntegriCloud