diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-07-06 21:31:31 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-07-06 21:31:31 +0200 |
| commit | 6c0c0099a0b807a5fcab6578b3b687b004ca1690 (patch) | |
| tree | 19b7a2bc265ac985d07b45d7efb4acb2ad95b4ff /sys/linux/tun_amd64.const | |
| parent | 3abb98207d44b4b070ecf7d088a5ae7353741f38 (diff) | |
sys/linux: add 9p descriptions
Only mount for now.
Diffstat (limited to 'sys/linux/tun_amd64.const')
| -rw-r--r-- | sys/linux/tun_amd64.const | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/tun_amd64.const b/sys/linux/tun_amd64.const index b4361b912..b6df33afd 100644 --- a/sys/linux/tun_amd64.const +++ b/sys/linux/tun_amd64.const @@ -66,6 +66,7 @@ ARPHRD_TUNNEL6 = 769 ARPHRD_VOID = 65535 ARPHRD_VSOCKMON = 826 ARPHRD_X25 = 271 +AT_FDCWD = 18446744073709551516 IFF_ATTACH_QUEUE = 512 IFF_DETACH_QUEUE = 1024 IFF_MULTI_QUEUE = 256 @@ -118,4 +119,5 @@ VIRTIO_NET_HDR_GSO_TCPV4 = 1 VIRTIO_NET_HDR_GSO_TCPV6 = 4 VIRTIO_NET_HDR_GSO_UDP = 3 __NR_ioctl = 16 +__NR_openat = 257 __NR_write = 1 |
