cleanup
[rpikern] / src / libc / alloca.h
diff --git a/src/libc/alloca.h b/src/libc/alloca.h
new file mode 100644 (file)
index 0000000..2c86643
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef ALLOCA_H_
+#define ALLOCA_H_
+
+#define alloca(x)      __builtin_alloca(x)
+
+#endif /* ALLOCA_H_ */