lib: c: move io sys headers to include/sys

This commit is contained in:
2026-03-15 09:40:37 +00:00
parent 86ca343cf0
commit 9ea3441fcc
2 changed files with 3 additions and 1 deletions

View File

@@ -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