Commit Graph

4 Commits

Author SHA1 Message Date
Tamir Duberstein 83a859a04e Remove gccgo special cases
This was fixed in a different way in 4d0e916.
2018-02-02 15:01:09 -05:00
Dave Cheney 4d0e916071 Remove reference to X__val (#142)
Fixes golang/go#17298

This field is not present in all versions of the syscall package.
2016-10-01 08:07:58 +10:00
Dave Cheney 57fcf4a640 Skip statvfs impl on linux if using gccgo (#122)
gccgo is missing some fields in the linux version of the
syscall.Statfs_t type, so use the stub impl instead.

Fixes #121
2016-06-22 13:17:59 +10:00
Mark Sheahan 9ff4de5c31 add serverside StatVFS function, implemented for darwin and linux (#89) 2016-06-13 14:45:13 +10:00