From 1be78c337c45d8a090ae9c658a9146b5ada620b1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 3 Mar 2024 05:15:14 +0100 Subject: riscv32: decouple from riscv64 --- libc/sysdeps/linux/riscv32/bits/stackinfo.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libc/sysdeps/linux/riscv32/bits/stackinfo.h (limited to 'libc/sysdeps/linux/riscv32/bits/stackinfo.h') diff --git a/libc/sysdeps/linux/riscv32/bits/stackinfo.h b/libc/sysdeps/linux/riscv32/bits/stackinfo.h new file mode 100644 index 000000000..a9fd8173b --- /dev/null +++ b/libc/sysdeps/linux/riscv32/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 -- cgit v1.2.3