xref: /haiku/src/system/libroot/posix/glibc/include/arch/riscv64/stackinfo.h (revision 04171cfc5c10c98b9ba3c7233a271f6165cdd36f)
1 #ifndef _STACKINFO_H
2 #define _STACKINFO_H	1
3 
4 /* On riscv the stack grows down.  */
5 #define _STACK_GROWS_DOWN	1
6 
7 #endif	/* stackinfo.h */
8 
9