зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1273852 - Update chromium's list of linux-x86-32 syscalls. r=jld
MozReview-Commit-ID: KpjitH5GQEq --HG-- extra : rebase_source : d45c7d0c1bf13481fe30ec484a15a409771f04ff
This commit is contained in:
Родитель
a7f65e7eac
Коммит
d56f275c43
|
@ -1422,5 +1422,73 @@
|
|||
#define __NR_memfd_create 356
|
||||
#endif
|
||||
|
||||
#if !defined(__NR_bpf)
|
||||
#define __NR_bpf 357
|
||||
#endif
|
||||
|
||||
#if !defined(__NR_execveat)
|
||||
#define __NR_execveat 358
|
||||
#endif
|
||||
|
||||
#if !defined(__NR_socket)
|
||||
#define __NR_socket 359
|
||||
#endif
|
||||
|
||||
#if !defined(__NR_socketpair)
|
||||
#define __NR_socketpair 360
|
||||
#endif
|
||||
|
||||
#if !defined(__NR_bind)
|
||||
#define __NR_bind 361
|
||||
#endif
|
||||
|
||||
#if !defined(__NR_connect)
|
||||
#define __NR_connect 362
|
||||
#endif
|
||||
|
||||
#if !defined(__NR_listen)
|
||||
#define __NR_listen 363
|
||||
#endif
|
||||
|
||||
#if !defined(__NR_accept4)
|
||||
#define __NR_accept4 364
|
||||
#endif
|
||||
|
||||
#if !defined(__NR_getsockopt)
|
||||
#define __NR_getsockopt 365
|
||||
#endif
|
||||
|
||||
#if !defined(__NR_setsockopt)
|
||||
#define __NR_setsockopt 366
|
||||
#endif
|
||||
|
||||
#if !defined(__NR_getsockname)
|
||||
#define __NR_getsockname 367
|
||||
#endif
|
||||
|
||||
#if !defined(__NR_getpeername)
|
||||
#define __NR_getpeername 368
|
||||
#endif
|
||||
|
||||
#if !defined(__NR_sendto)
|
||||
#define __NR_sendto 369
|
||||
#endif
|
||||
|
||||
#if !defined(__NR_sendmsg)
|
||||
#define __NR_sendmsg 370
|
||||
#endif
|
||||
|
||||
#if !defined(__NR_recvfrom)
|
||||
#define __NR_recvfrom 371
|
||||
#endif
|
||||
|
||||
#if !defined(__NR_recvmsg)
|
||||
#define __NR_recvmsg 372
|
||||
#endif
|
||||
|
||||
#if !defined(__NR_shutdown)
|
||||
#define __NR_shutdown 373
|
||||
#endif
|
||||
|
||||
#endif // SANDBOX_LINUX_SERVICES_X86_32_LINUX_SYSCALLS_H_
|
||||
|
||||
|
|
|
@ -8,3 +8,4 @@ https://hg.mozilla.org/mozilla-central/rev/7df8d6639971
|
|||
https://hg.mozilla.org/mozilla-central/rev/1178c11561bc
|
||||
https://hg.mozilla.org/mozilla-central/rev/afa4f68de47c
|
||||
https://bugzilla.mozilla.org/show_bug.cgi?id=1035125 bug1035125part7.patch
|
||||
https://bugzilla.mozilla.org/show_bug.cgi?id=1273852
|
||||
|
|
Загрузка…
Ссылка в новой задаче