xpmem: porting xpmem v2.6.3

implement xpmem_make, xpmem_remove
This commit is contained in:
Yoichi Umezawa
2016-12-16 17:00:09 +09:00
parent aa15e5eea8
commit f410af1cfc
9 changed files with 1330 additions and 3 deletions

View File

@ -22,7 +22,7 @@
SYSCALL_HANDLED(0, read)
SYSCALL_DELEGATED(1, write)
SYSCALL_DELEGATED(2, open)
SYSCALL_HANDLED(2, open)
SYSCALL_HANDLED(3, close)
SYSCALL_DELEGATED(4, stat)
SYSCALL_DELEGATED(5, fstat)