Userspace dlmalloc port, supporting syscalls mman_map()/mman_unmap()
This commit is contained in:
12
share/sysdefs/mman.h
Normal file
12
share/sysdefs/mman.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef SHARE_SYSDEFS_MMAN_H_
|
||||
#define SHARE_SYSDEFS_MMAN_H_
|
||||
|
||||
enum {
|
||||
MMAN_MAP_PF_RW = (1<<0),
|
||||
};
|
||||
|
||||
enum {
|
||||
MMAN_MAP_F_FIXED = (1<<0),
|
||||
};
|
||||
|
||||
#endif // SHARE_SYSDEFS_MMAN_H_
|
Reference in New Issue
Block a user