summaryrefslogtreecommitdiffstats
path: root/include/malloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/malloc.h')
-rw-r--r--include/malloc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/malloc.h b/include/malloc.h
new file mode 100644
index 0000000..5d7d7e8
--- /dev/null
+++ b/include/malloc.h
@@ -0,0 +1,6 @@
+/* $FreeBSD$ */
+#if __STDC__
+#error "<malloc.h> has been replaced by <stdlib.h>"
+#else
+#include <stdlib.h>
+#endif
OpenPOWER on IntegriCloud