(From discussion on https://go-review.googlesource.com/c/sys/+/177437)
AIX is the only GOOS in x/sys/unix that has Stat_t fields of type StTimespec instead of Timespec. But AIX also is unique in that it has both Timespec and StTimespec.
But seems like we could fix that if we re-generate the AIX Go files with __USE_XOPEN2K8 set?
/cc @trex58 @tklauser @paulzhol @ianlancetaylor @Helflym