summaryrefslogtreecommitdiffstats
path: root/xmalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'xmalloc.h')
-rw-r--r--xmalloc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmalloc.h b/xmalloc.h
index a3ee486f..dd254e7b 100644
--- a/xmalloc.h
+++ b/xmalloc.h
@@ -19,6 +19,10 @@
#ifndef XMALLOC_H
#define XMALLOC_H
+#if !defined(__bounded__)
+#define __bounded__(x, y, z)
+#endif
+
void *xmalloc(size_t);
void *xcalloc(size_t, size_t);
void *xrealloc(void *, size_t);