summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/riscv64/bits/stackinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/riscv64/bits/stackinfo.h')
-rw-r--r--libc/sysdeps/linux/riscv64/bits/stackinfo.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/riscv64/bits/stackinfo.h b/libc/sysdeps/linux/riscv64/bits/stackinfo.h
new file mode 100644
index 000000000..a9fd8173b
--- /dev/null
+++ b/libc/sysdeps/linux/riscv64/bits/stackinfo.h
@@ -0,0 +1,11 @@
+/*
+ * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB
+ * in this tarball.
+ */
+
+#ifndef _STACKINFO_H
+#define _STACKINFO_H 1
+
+#define _STACK_GROWS_DOWN 1
+
+#endif