summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/machine/malloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/include/machine/malloc.h')
-rw-r--r--newlib/libc/include/machine/malloc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/libc/include/machine/malloc.h b/newlib/libc/include/machine/malloc.h
new file mode 100644
index 000000000..fdada9ed7
--- /dev/null
+++ b/newlib/libc/include/machine/malloc.h
@@ -0,0 +1,8 @@
+#ifndef _MACHMALLOC_H_
+#define _MACHMALLOC_H_
+
+/* place holder so platforms may add malloc.h extensions */
+
+#endif /* _MACHMALLOC_H_ */
+
+