libgo: don't include <linux/fs.h> when building gen-sysinfo.go
authorIan Lance Taylor <iant@golang.org>
Wed, 13 Jul 2022 02:42:43 +0000 (19:42 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 13 Jul 2022 16:02:20 +0000 (09:02 -0700)
commitf35d65517a59565758107c5b1a51a5fa382f8d1a
tree87c5f4d7f3fad178574c763f889c532a0da098c0
parent1184f677d6e17033572ecc5e97ea5ee627627908
libgo: don't include <linux/fs.h> when building gen-sysinfo.go

Removing this doesn't change anything at least with glibc 2.33.
The include was added in https://go.dev/cl/6100049 but it's not
clear why.

Fixes PR go/106266

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/417294
gcc/go/gofrontend/MERGE
libgo/sysinfo.c