summaryrefslogtreecommitdiff
path: root/compat/alloca/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'compat/alloca/README.md')
-rw-r--r--compat/alloca/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/compat/alloca/README.md b/compat/alloca/README.md
new file mode 100644
index 00000000..69fc458f
--- /dev/null
+++ b/compat/alloca/README.md
@@ -0,0 +1,7 @@
+# Compatibility Module for alloca
+
+This module contains a replacement header for alloca. To use this module
+simply make sure to `#include <alloca.h>` in the file where alloca
+should be used. If the header is missing the path to the replacement
+header is added to the global include paths, so nothing more needs to be
+done.