delegate the open(2) with the generic forwarding.

This commit solves a problem that causes getpwnam()/getpwuid() to return
NULL.
This commit is contained in:
NAKAMURA Gou
2014-01-14 18:50:20 +09:00
parent afc38718a0
commit 6992b829a0
3 changed files with 5 additions and 18 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
SYSCALL_DELEGATED(0, read)
SYSCALL_DELEGATED(1, write)
SYSCALL_HANDLED(2, open)
SYSCALL_DELEGATED(2, open)
SYSCALL_DELEGATED(3, close)
SYSCALL_DELEGATED(4, stat)
SYSCALL_DELEGATED(5, fstat)