Implement mmap

This commit is contained in:
jD91mZM2
2018-08-09 10:54:44 +02:00
parent 3aa52e88a7
commit face6f07f3
13 changed files with 103 additions and 13 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef _BITS_SYS_MMAN_H
#define _BITS_SYS_MMAN_H
#define MAP_FAILED ((void *) -1)
#endif