diff options
Diffstat (limited to 'dep/jemalloc/src/spin.c')
-rw-r--r-- | dep/jemalloc/src/spin.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dep/jemalloc/src/spin.c b/dep/jemalloc/src/spin.c new file mode 100644 index 00000000000..24372c26c94 --- /dev/null +++ b/dep/jemalloc/src/spin.c @@ -0,0 +1,4 @@ +#define JEMALLOC_SPIN_C_ +#include "jemalloc/internal/jemalloc_preamble.h" + +#include "jemalloc/internal/spin.h" |