mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
+ Add missing syscall_nr_sigtimedwait
git-svn-id: trunk@20240 -
This commit is contained in:
parent
3d368fb900
commit
cc69ccff13
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user