Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.2 16 lines 325 B view raw
1/* 2 * Based on <asm-i386/mman.h>. 3 * 4 * Modified 1998-2000, 2002 5 * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co 6 */ 7#ifndef _UAPI_ASM_IA64_MMAN_H 8#define _UAPI_ASM_IA64_MMAN_H 9 10 11#include <asm-generic/mman.h> 12 13#define MAP_GROWSUP 0x0200 /* register stack-like segment */ 14 15 16#endif /* _UAPI_ASM_IA64_MMAN_H */