Added msync(), added handling of munmap/msync to pager main.c

This commit is contained in:
Bahadir Balban
2008-10-29 19:22:01 +02:00
parent 51af9968c2
commit 4046ad9e3f
4 changed files with 43 additions and 17 deletions

View File

@@ -27,6 +27,7 @@ void *sys_mmap(struct tcb *sender, void *start, size_t length, int prot,
int flags, int fd, off_t offset);
int sys_munmap(struct tcb *sender, void *vaddr, unsigned long size);
int sys_msync(struct tcb *task, void *start, unsigned long length, int flags);
struct sys_shmat_args {
l4id_t shmid;