summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/csky/bits/stackinfo.h
blob: c0bb2dd1c970f629f49df076dc01d1a0b7c36950 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (C) 2017 Hangzhou C-SKY Microsystems co.,ltd.
 *
 * 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