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