From 57541e29d9d7fba916a77292d80e8f35a132bcb4 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 24 Dec 2018 18:12:42 +0100 Subject: sys/linux: add basic X25 descriptions --- sys/linux/socket_rose_amd64.const | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/linux/socket_rose_amd64.const') diff --git a/sys/linux/socket_rose_amd64.const b/sys/linux/socket_rose_amd64.const index 426166b20..d2e8b4483 100644 --- a/sys/linux/socket_rose_amd64.const +++ b/sys/linux/socket_rose_amd64.const @@ -24,6 +24,6 @@ __NR_bind = 49 __NR_connect = 42 __NR_getsockopt = 55 __NR_ioctl = 16 -__NR_recvmsg = 47 -__NR_sendmsg = 46 +__NR_recvfrom = 45 +__NR_sendto = 44 __NR_setsockopt = 54 -- cgit mrf-deployment