summaryrefslogtreecommitdiff
path: root/readline/xmalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'readline/xmalloc.h')
-rw-r--r--readline/xmalloc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/readline/xmalloc.h b/readline/xmalloc.h
index f40d7a596a2..0fb6a1960e1 100644
--- a/readline/xmalloc.h
+++ b/readline/xmalloc.h
@@ -38,6 +38,9 @@
#endif /* !PTR_T */
+/* xmalloc and xrealloc should be also protected from RL_STATE_SIGHANDLER. */
+#define xfree xfree_readline
+
extern PTR_T xmalloc PARAMS((size_t));
extern PTR_T xrealloc PARAMS((void *, size_t));
extern void xfree PARAMS((void *));