jacobsa / fuse

A Go package for implementing a FUSE file system.
Apache License 2.0
478 stars 106 forks source link

fusetesting: fix compilation on arm64 where syscall.Stat_t is a uint32 #149

Closed Tulsishah closed 10 months ago

Tulsishah commented 10 months ago

Previously it was returning uint32 value. Fixing that by converting return type to uint64.