Преглед изворни кода

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

Audrius Butkevicius пре 5 година
родитељ
комит
758a1a6a37
1 измењених фајлова са 1 додато и 1 уклоњено
  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