diff options
author | Jason Evans <je@fb.com> | 2011-03-19 01:15:37 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2011-03-19 01:15:37 (GMT) |
commit | 92d3284ff8548c85b9b928f2615b96da4c4b2618 (patch) | |
tree | b2afacf3d7802964066ed79026961701f5c49ad8 /jemalloc/src | |
parent | 0657f12acd43eb2082a71230341449eca648bc9b (diff) | |
download | jemalloc-92d3284ff8548c85b9b928f2615b96da4c4b2618.zip jemalloc-92d3284ff8548c85b9b928f2615b96da4c4b2618.tar.gz jemalloc-92d3284ff8548c85b9b928f2615b96da4c4b2618.tar.bz2 |
Add atomic.[ch].
Add atomic.[ch], which should have been part of the previous commit.
Diffstat (limited to 'jemalloc/src')
-rw-r--r-- | jemalloc/src/atomic.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jemalloc/src/atomic.c b/jemalloc/src/atomic.c new file mode 100644 index 0000000..77ee313 --- /dev/null +++ b/jemalloc/src/atomic.c @@ -0,0 +1,2 @@ +#define JEMALLOC_ATOMIC_C_ +#include "jemalloc/internal/jemalloc_internal.h" |