cosmopolitan/libc/sysv/consts/mremap.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
201 B
C
Raw Normal View History

2020-06-15 14:18:57 +00:00
#ifndef COSMOPOLITAN_LIBC_SYSV_CONSTS_MREMAP_H_
#define COSMOPOLITAN_LIBC_SYSV_CONSTS_MREMAP_H_
#define MREMAP_MAYMOVE 1
#define MREMAP_FIXED 2
2020-06-15 14:18:57 +00:00
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_MREMAP_H_ */