summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/riscv64/bits/stackinfo.h
blob: a9fd8173b0436e8135c221c4dacd3b9b38ef6958 (plain)
1
2
3
4
5
6
7
8
9
10
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