diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-12-21 18:22:22 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-12-22 09:39:02 +0100 |
| commit | 3e3b15df7ecb36b232f8d1a33ec92999691e8511 (patch) | |
| tree | 1be0a21db8299f7e0cd952ca24385af05634e00a /sys/linux/filesystem.txt | |
| parent | 603b512405c78d0143dc44bed638f70f01f9f95c (diff) | |
sys/linux: add RTM_NEWNSID/RTM_GETNSID
Diffstat (limited to 'sys/linux/filesystem.txt')
| -rw-r--r-- | sys/linux/filesystem.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 <uapi/linux/mount.h> include <linux/fs.h> mount(src ptr[in, blockdev_filename], dst ptr[in, filename], type ptr[in, string[filesystem]], flags flags[mount_flags], data ptr[in, string, opt]) |
