aboutsummaryrefslogtreecommitdiff
path: root/contrib/sendmail/include/sm/rpool.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sendmail/include/sm/rpool.h')
-rw-r--r--contrib/sendmail/include/sm/rpool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/sendmail/include/sm/rpool.h b/contrib/sendmail/include/sm/rpool.h
index 833474d9c911..b4645d62cf5c 100644
--- a/contrib/sendmail/include/sm/rpool.h
+++ b/contrib/sendmail/include/sm/rpool.h
@@ -163,6 +163,8 @@ extern void *
sm_rpool_malloc __P((
SM_RPOOL_T *_rpool,
size_t _size));
+# define sm_rpool_malloc_tagged(rpool, size, file, line, group) sm_rpool_malloc(rpool, size)
+# define sm_rpool_malloc_tagged_x(rpool, size, file, line, group) sm_rpool_malloc_x(rpool, size)
# endif /* SM_HEAP_CHECK */
#if DO_NOT_USE_STRCPY