diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-01-09 09:59:49 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-01-09 21:24:29 +0100 |
| commit | 93bff6656f49452e4a9b76c39f6f6d2d18086270 (patch) | |
| tree | c7f98563aa66a388e720f51f3e5340805df76b4c /sys/linux/socket_alg_ppc64le.const | |
| parent | b5f6354179bfe25e6b57e87dd142f2e17c3873a9 (diff) | |
sys/linux: duplicate open/accept specializations with openat/accept4
open is not present on arm64, only openat.
accept is not present on 386, only accept4.
Duplicate all open/accept specializations with
corresponding openat/accept4 specializations
to enable testing on 386/arm64.
Diffstat (limited to 'sys/linux/socket_alg_ppc64le.const')
| -rw-r--r-- | sys/linux/socket_alg_ppc64le.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/socket_alg_ppc64le.const b/sys/linux/socket_alg_ppc64le.const index e98479e3b..01acdd6f0 100644 --- a/sys/linux/socket_alg_ppc64le.const +++ b/sys/linux/socket_alg_ppc64le.const @@ -34,6 +34,7 @@ CRYPTO_ALG_TYPE_SHASH = 14 SOCK_SEQPACKET = 5 SOL_ALG = 279 __NR_accept = 330 +__NR_accept4 = 344 __NR_bind = 327 __NR_sendmmsg = 349 __NR_sendmsg = 341 |
