From d976f51d72958b39a823ee67c9840c3c129d7443 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 5 Jan 2017 15:04:12 +0100 Subject: sys: detail kvm syscalls more --- sys/sys_amd64.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/sys_amd64.const') diff --git a/sys/sys_amd64.const b/sys/sys_amd64.const index 65ff99e0e..dbe81bee2 100644 --- a/sys/sys_amd64.const +++ b/sys/sys_amd64.const @@ -846,6 +846,7 @@ __NR_wait4 = 61 __NR_waitid = 247 __NR_write = 1 __NR_writev = 20 +__O_TMPFILE = 4194304 __WALL = 1073741824 __WCLONE = 2147483648 __WNOTHREAD = 536870912 -- cgit mrf-deployment