Ian Lance Taylor <i...@golang.org> writes:

> Apparently arm64 GNU/Linux does not provide ustat, and the linker
> warns about it when using glibc.  This patch to libgo avoids providing
> syscall.Ustat on arm64 GNU/Linux, since it will apparently never work.
>
> Since I was touching Makefile.am I rebuilt with automake 1.11.6, the
> new GCC standard.
>
> Bootstrapped and tested on x86_64-unknown-linux-gnu, which admittedly
> proves little, but at least syscall.Ustat still works there.

ustat is obsolete and should not be used any more.

Andreas.

-- 
Andreas Schwab, SUSE Labs, sch...@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."

Reply via email to