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:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user