support signalfd4 step1

This commit is contained in:
Tomoki Shirasawa
2015-03-18 17:35:43 +09:00
parent d53865ac5f
commit f5d935b703
4 changed files with 162 additions and 3 deletions

View File

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