diff options
author | Shocker <shocker@freakz.ro> | 2012-04-16 18:19:57 -0700 |
---|---|---|
committer | Shocker <shocker@freakz.ro> | 2012-04-16 18:19:57 -0700 |
commit | d6133d102800c80d55c103ae27ab8fb7e18f2f1d (patch) | |
tree | 8896ab1d5c2131fd2ea645f2bea962d336462b5f /dep/jemalloc/src/mb.c | |
parent | 3189b57bf527fa82faea289400c61a3f969d390a (diff) | |
parent | 126fd13e5d6b57dc0c8830248d44db504c7d103f (diff) |
Merge pull request #6187 from GiR-Blunti/master
Updated jemalloc library to version 2.2.5
Diffstat (limited to 'dep/jemalloc/src/mb.c')
-rw-r--r-- | dep/jemalloc/src/mb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/jemalloc/src/mb.c b/dep/jemalloc/src/mb.c index 30a1a2e997a..dc2c0a256fd 100644 --- a/dep/jemalloc/src/mb.c +++ b/dep/jemalloc/src/mb.c @@ -1,2 +1,2 @@ -#define MB_C_ +#define JEMALLOC_MB_C_ #include "jemalloc/internal/jemalloc_internal.h" |