diff options
| author | Jason Evans <jasone@FreeBSD.org> | 2012-05-12 05:26:49 +0000 |
|---|---|---|
| committer | Jason Evans <jasone@FreeBSD.org> | 2012-05-12 05:26:49 +0000 |
| commit | 35dad073819e020ee4e32d1baade64c51c9faf54 (patch) | |
| tree | c183914fd70f32f724b4fd58078c114077e51de1 /contrib/jemalloc/FREEBSD-diffs | |
| parent | 9a4e738a44b3846d9b0741f912e7598ead02bdd4 (diff) | |
Notes
Diffstat (limited to 'contrib/jemalloc/FREEBSD-diffs')
| -rw-r--r-- | contrib/jemalloc/FREEBSD-diffs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/jemalloc/FREEBSD-diffs b/contrib/jemalloc/FREEBSD-diffs index c38b92fe9218..89060750a9b4 100644 --- a/contrib/jemalloc/FREEBSD-diffs +++ b/contrib/jemalloc/FREEBSD-diffs @@ -1,5 +1,5 @@ diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in -index 93c16dc..b5c5595 100644 +index 877c500..7d659a7 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -51,12 +51,23 @@ @@ -192,7 +192,7 @@ index 0000000..9efab93 +#define pthread_mutex_lock _pthread_mutex_lock +#define pthread_mutex_unlock _pthread_mutex_unlock diff --git a/src/jemalloc.c b/src/jemalloc.c -index d42e91d..cdf6222 100644 +index bc54cd7..fa9fcf0 100644 --- a/src/jemalloc.c +++ b/src/jemalloc.c @@ -8,6 +8,10 @@ malloc_tsd_data(, arenas, arena_t *, NULL) |
