Cleaned up libposix mmap()

Now we have proper setting of errno and using pfn based mmap for both types of mmap calls.
This commit is contained in:
Bahadir Balban
2008-10-29 20:01:31 +02:00
parent 4046ad9e3f
commit 13b1b405a5
4 changed files with 60 additions and 29 deletions

View File

@@ -40,7 +40,7 @@
#define L4_IPC_TAG_BRK 17
#define L4_IPC_TAG_READDIR 18
#define L4_IPC_TAG_MKDIR 19
#define L4_IPC_TAG_MMAP2 20
#define L4_IPC_TAG_EXECVE 20
#define L4_IPC_TAG_CHDIR 21
#define L4_IPC_TAG_FORK 22
#define L4_IPC_TAG_STAT 23