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