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_arm.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/socket_bluetooth_arm.const') diff --git a/sys/linux/socket_bluetooth_arm.const b/sys/linux/socket_bluetooth_arm.const index 7243a3a29..0a20c8247 100644 --- a/sys/linux/socket_bluetooth_arm.const +++ b/sys/linux/socket_bluetooth_arm.const @@ -82,6 +82,7 @@ SOL_RFCOMM = 18 SOL_SCO = 17 TIOCINQ = 21531 TIOCOUTQ = 21521 +__NR_accept4 = 366 __NR_bind = 282 __NR_connect = 283 __NR_getsockopt = 295 -- cgit mrf-deployment