From 2fb769718703b255e9f6e91daf27650dede80229 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Tue, 28 Feb 2006 00:54:52 +0000 Subject: Copy from trunk. --- libc/sysdeps/linux/vax/bits/stackinfo.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libc/sysdeps/linux/vax/bits/stackinfo.h (limited to 'libc/sysdeps/linux/vax/bits/stackinfo.h') diff --git a/libc/sysdeps/linux/vax/bits/stackinfo.h b/libc/sysdeps/linux/vax/bits/stackinfo.h new file mode 100644 index 000000000..4bdad496e --- /dev/null +++ b/libc/sysdeps/linux/vax/bits/stackinfo.h @@ -0,0 +1,7 @@ +#ifndef _VAX_BITS_STACKINFO_H +#define _VAX_BITS_STACKINFO_H + +/* On VAXen, the stack grows down. */ +#define _STACK_GROWS_DOWN 1 + +#endif /* _VAX_BITS_STACKINFO_H */ -- cgit v1.2.3