summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arc/bits/stackinfo.h
blob: 9d68226b827a2c0edcae78ffbc29b2b9ec9da3e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (C) 2013 Synopsys, Inc. (www.synopsys.com)
 *
 * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
 */

#ifndef _STACKINFO_H
#define _STACKINFO_H	1

/* On ARC, the stack grows down.  */
#define _STACK_GROWS_DOWN	1

#endif	/* stackinfo.h */