소스 검색

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,
 // 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/.
 // You can obtain one at https://mozilla.org/MPL/2.0/.
 
 
-// +build linux
+// +build linux,!ppc,!ppc64,!ppc64le
 
 
 package fs
 package fs