src/syscall/types_linux.go includes <ustat.h>. The ustat system call was deprecated well before Go development started, and the ustat manual page said so since basically forever.
glibc 2.28 will remove the header file, so Go will no longer build. Seen so far with libgo on the GCC branch gcc-8-branch. Go 1.0.3 itself still appears to build. However, I think it makes sense to remove this interface upstream as well.