summaryrefslogtreecommitdiff
path: root/mac/inc/alloca.h
diff options
context:
space:
mode:
Diffstat (limited to 'mac/inc/alloca.h')
-rw-r--r--mac/inc/alloca.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/mac/inc/alloca.h b/mac/inc/alloca.h
new file mode 100644
index 00000000000..a84eee04c6e
--- /dev/null
+++ b/mac/inc/alloca.h
@@ -0,0 +1,8 @@
+#ifndef _ALLOCA_H_
+#define _ALLOCA_H_
+
+#if __MRC__
+void *__alloca(size_t size);
+#endif
+
+#endif \ No newline at end of file