mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
comple: correct the syscall number of bind on ARM64
In the compel/arch/arm/plugins/std/syscalls/syscall.def, the syscall number of bind on ARM64 should be 200 instead of 235 Signed-off-by: Sally Kang <snapekang@gmail.com>
This commit is contained in:
parent
f8b14286b0
commit
9f9737c800
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ recvfrom 207 292 (int sockfd, void *ubuf, size_t size, unsigned int flags, str
|
|||
sendmsg 211 296 (int sockfd, const struct msghdr *msg, int flags)
|
||||
recvmsg 212 297 (int sockfd, struct msghdr *msg, int flags)
|
||||
shutdown 210 293 (int sockfd, int how)
|
||||
bind 235 282 (int sockfd, const struct sockaddr *addr, int addrlen)
|
||||
bind 200 282 (int sockfd, const struct sockaddr *addr, int addrlen)
|
||||
setsockopt 208 294 (int sockfd, int level, int optname, const void *optval, socklen_t optlen)
|
||||
getsockopt 209 295 (int sockfd, int level, int optname, const void *optval, socklen_t *optlen)
|
||||
clone 220 120 (unsigned long flags, void *child_stack, void *parent_tid, unsigned long newtls, void *child_tid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue