From c8a1847658268fbadf20aa486107f2e553a8c768 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 6 Mar 2018 19:14:54 +0100 Subject: sys/linux: add descriptions for /dev/infiniband/rdma_cm Also fix uffd and bluetooth consts while we are here. --- sys/linux/socket_bluetooth_amd64.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/socket_bluetooth_amd64.const') diff --git a/sys/linux/socket_bluetooth_amd64.const b/sys/linux/socket_bluetooth_amd64.const index 8cb231d8e..3cc4f9720 100644 --- a/sys/linux/socket_bluetooth_amd64.const +++ b/sys/linux/socket_bluetooth_amd64.const @@ -82,6 +82,7 @@ SOL_RFCOMM = 18 SOL_SCO = 17 TIOCINQ = 21531 TIOCOUTQ = 21521 +__NR_accept4 = 288 __NR_bind = 49 __NR_connect = 42 __NR_getsockopt = 55 -- cgit mrf-deployment