lib/fs: Disable ioctl on ppc (fixes #6898) (#6901)

This commit is contained in:
Audrius Butkevicius
2020-08-19 06:56:35 +01:00
committed by GitHub
parent b1bfa9aece
commit 758a1a6a37

View File

@@ -4,7 +4,7 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
// You can obtain one at https://mozilla.org/MPL/2.0/.
// +build linux
// +build linux,!ppc,!ppc64,!ppc64le
package fs