summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoulasc <christos@zoulas.com>2019-03-15 16:59:56 (GMT)
committerQi Wang <interwq@gmail.com>2019-04-15 22:14:46 (GMT)
commit14e4176758379875c4ef486d6c57327ed07edd86 (patch)
tree1d06b119a02311ff9e8871ecf43efcaa63421240
parent020b5dc7ac5138a347e5462508b2b5e4ecd6bc52 (diff)
downloadjemalloc-14e4176758379875c4ef486d6c57327ed07edd86.zip
jemalloc-14e4176758379875c4ef486d6c57327ed07edd86.tar.gz
jemalloc-14e4176758379875c4ef486d6c57327ed07edd86.tar.bz2
Fix incorrect macro use.
Compiling with warnings produces missing prototype warnings.
-rw-r--r--include/jemalloc/internal/extent_externs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jemalloc/internal/extent_externs.h b/include/jemalloc/internal/extent_externs.h
index 5d53aad..8aba576 100644
--- a/include/jemalloc/internal/extent_externs.h
+++ b/include/jemalloc/internal/extent_externs.h
@@ -24,7 +24,7 @@ size_t extent_size_quantize_floor(size_t size);
size_t extent_size_quantize_ceil(size_t size);
#endif
-rb_proto(, extent_avail_, extent_tree_t, extent_t)
+ph_proto(, extent_avail_, extent_tree_t, extent_t)
ph_proto(, extent_heap_, extent_heap_t, extent_t)
bool extents_init(tsdn_t *tsdn, extents_t *extents, extent_state_t state,