lib: c: move io sys headers to include/sys
This commit is contained in:
@@ -9,8 +9,10 @@
|
|||||||
#define PROT_READ 0x02u
|
#define PROT_READ 0x02u
|
||||||
#define PROT_WRITE 0x04u
|
#define PROT_WRITE 0x04u
|
||||||
|
|
||||||
|
#define MAP_FAILED ((void *)-1)
|
||||||
|
|
||||||
#define MAP_SHARED 0x01u
|
#define MAP_SHARED 0x01u
|
||||||
#define MAP_SHARED_VALIDATE 0x03u
|
#define MAP_SHARED_VALIDATE 0x02u
|
||||||
#define MAP_PRIVATE 0x04u
|
#define MAP_PRIVATE 0x04u
|
||||||
#define MAP_32BIT 0x08u
|
#define MAP_32BIT 0x08u
|
||||||
#define MAP_ANON MAP_ANONYMOUS
|
#define MAP_ANON MAP_ANONYMOUS
|
||||||
Reference in New Issue
Block a user