summaryrefslogtreecommitdiff
path: root/scripts/stdincludes/alloca.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/stdincludes/alloca.h')
-rw-r--r--scripts/stdincludes/alloca.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/stdincludes/alloca.h b/scripts/stdincludes/alloca.h
new file mode 100644
index 0000000..cb1abd8
--- /dev/null
+++ b/scripts/stdincludes/alloca.h
@@ -0,0 +1,4 @@
+extern void *__builtin_alloca(unsigned long long);
+#define alloca __builtin_alloca
+
+#include_next <alloca.h>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback