support mremap(2)

fixes #22
This commit is contained in:
NAKAMURA Gou
2014-07-01 18:52:31 +09:00
parent 90aaf9dc9c
commit 11bb334bd4
7 changed files with 335 additions and 0 deletions

View File

@@ -63,4 +63,10 @@
#define MADV_HWPOISON 100
#define MADV_SOFT_OFFLINE 101
/*
* for mremap()
*/
#define MREMAP_MAYMOVE 0x01
#define MREMAP_FIXED 0x02
#endif /* HEADER_MMAN_H */