+ Add missing syscall_nr_sigtimedwait

git-svn-id: trunk@20240 -
This commit is contained in:
pierre 2012-02-03 22:51:12 +00:00
parent 3d368fb900
commit cc69ccff13

View File

@ -410,6 +410,9 @@ const
syscall_nr_mlockall = 242;
{ syscall: "munlockall" ret: "int" args: }
syscall_nr_munlockall = 243;
{ syscall: "__sigtimedwait" ret:"int" args: "const sigset_t *" "siginfo_t *"
"struct timespec *" }
syscall_nr_sigtimedwait = 244;
{ syscall: "__posix_rename" ret: "int" args: "const char " "const char " }
syscall_nr___posix_rename = 270;
{ syscall: "swapctl" ret: "int" args: "int" "const void " "int" }