From 3e3b15df7ecb36b232f8d1a33ec92999691e8511 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 21 Dec 2018 18:22:22 +0100 Subject: sys/linux: add RTM_NEWNSID/RTM_GETNSID --- sys/linux/filesystem.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/filesystem.txt') diff --git a/sys/linux/filesystem.txt b/sys/linux/filesystem.txt index 83d13661a..8ed8c8b16 100644 --- a/sys/linux/filesystem.txt +++ b/sys/linux/filesystem.txt @@ -1,6 +1,7 @@ # Copyright 2018 syzkaller project authors. All rights reserved. # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. +include include mount(src ptr[in, blockdev_filename], dst ptr[in, filename], type ptr[in, string[filesystem]], flags flags[mount_flags], data ptr[in, string, opt]) -- cgit mrf-deployment