diff options
| author | Jason Evans <je@fb.com> | 2014-09-07 19:55:03 -0700 |
|---|---|---|
| committer | Jason Evans <je@fb.com> | 2014-09-07 19:55:03 -0700 |
| commit | 82e88d1ecfe3d7bf700355cb5023ab61559f9578 (patch) | |
| tree | 65026bebfaaaf7dd58cb28b9ef5cfd86525743c3 /.gitignore | |
| parent | b718cf77e9917f6ae1995c2e2b219ff4219c9f46 (diff) | |
| download | platform_external_jemalloc_new-82e88d1ecfe3d7bf700355cb5023ab61559f9578.tar.gz platform_external_jemalloc_new-82e88d1ecfe3d7bf700355cb5023ab61559f9578.tar.bz2 platform_external_jemalloc_new-82e88d1ecfe3d7bf700355cb5023ab61559f9578.zip | |
Move typedefs from jemalloc_protos.h.in to jemalloc_typedefs.h.in.
Move typedefs from jemalloc_protos.h.in to jemalloc_typedefs.h.in, so
that typedefs aren't redefined when compiling stress tests.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ /include/jemalloc/jemalloc_protos.h /include/jemalloc/jemalloc_protos_jet.h /include/jemalloc/jemalloc_rename.h +/include/jemalloc/jemalloc_typedefs.h /src/*.[od] /src/*.gcda |
