resource.h: add missing RUSAGE_THREAD
[uclibc-ng.git] / libc / sysdeps / linux / sparc64 / bits / uClibc_page.h
blob54da57a0f43979571af956a69721a712e977a664
1 /*
2 * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
3 */
5 /* Supply an architecture specific value for PAGE_SIZE and friends. */
7 #ifndef _UCLIBC_PAGE_H
8 #define _UCLIBC_PAGE_H
10 /* PAGE_SHIFT determines the page size -- in this case 8192 */
11 #define PAGE_SHIFT 13
12 #define PAGE_SIZE (1UL << PAGE_SHIFT)
13 #define PAGE_MASK (~(PAGE_SIZE-1))
15 #define MMAP2_PAGE_SHIFT PAGE_SHIFT
17 #endif /* _UCLIBC_PAGE_H */