1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-20 09:23:21 +00:00
Files
rclone/vendor/github.com/hanwen/go-fuse/v2/fuse/constants_linux.go
2020-02-11 14:28:13 +00:00

13 lines
294 B
Go

// Copyright 2016 the Go-FUSE Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package fuse
import (
"syscall"
)
const syscall_O_LARGEFILE = syscall.O_LARGEFILE
const syscall_O_NOATIME = syscall.O_NOATIME