Skip to content

Cast FsStat syscall to int64

Zeger-Jan van de Weg requested to merge zj-int64-fsstat into master

On for example ARMv6 this syscall will return an int32 instead of an int64. By explicitly casting this would still work as Golangs type inferencer will work in both occasions.

Closes #1726 (closed)

Merge request reports