From 93bff6656f49452e4a9b76c39f6f6d2d18086270 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 9 Jan 2018 09:59:49 +0100 Subject: 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. --- sys/linux/socket_nfc_ppc64le.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/socket_nfc_ppc64le.const') diff --git a/sys/linux/socket_nfc_ppc64le.const b/sys/linux/socket_nfc_ppc64le.const index dcd7dfe1e..bf52bbad2 100644 --- a/sys/linux/socket_nfc_ppc64le.const +++ b/sys/linux/socket_nfc_ppc64le.const @@ -19,6 +19,7 @@ SOCK_RAW = 3 SOCK_STREAM = 1 SOL_NFC = 280 __NR_accept = 330 +__NR_accept4 = 344 __NR_bind = 327 __NR_connect = 328 __NR_getsockopt = 340 -- cgit mrf-deployment