Initial commit
Proof-of-concept implementation. Bugs will occur.
This commit is contained in:
4
vendor/github.com/hanwen/go-fuse/v2/fuse/misc_darwin.go
generated
vendored
Normal file
4
vendor/github.com/hanwen/go-fuse/v2/fuse/misc_darwin.go
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
package fuse
|
||||
|
||||
// Ref: https://github.com/apple/darwin-xnu/blob/main/bsd/sys/stat.h#L576
|
||||
const _UTIME_OMIT = -2
|
||||
Reference in New Issue
Block a user