Pārlūkot izejas kodu

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

Audrius Butkevicius 5 gadi atpakaļ
vecāks
revīzija
758a1a6a37
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      lib/fs/basicfs_copy_range_ioctl.go

+ 1 - 1
lib/fs/basicfs_copy_range_ioctl.go

@@ -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