File tree 1 file changed +2
-2
lines changed
library/std/src/sys/pal/unix
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -405,7 +405,7 @@ impl FileDesc {
405
405
Ok ( ret as usize )
406
406
}
407
407
408
- #[ cfg( all( target_os = "android" , target_pointer_width = "32" ) ) ]
408
+ #[ cfg( all( target_os = "android" , target_pointer_width = "32" ) ) ]
409
409
pub fn write_vectored_at ( & self , bufs : & [ IoSlice < ' _ > ] , offset : u64 ) -> io:: Result < usize > {
410
410
super :: weak:: weak!( fn pwritev64( libc:: c_int, * const libc:: iovec, libc:: c_int, off64_t) -> isize ) ;
411
411
@@ -425,7 +425,7 @@ impl FileDesc {
425
425
}
426
426
}
427
427
428
- // We support old MacOS, iOS, watchOS, tvOS and visionOS versions that do not have `pwritev`.
428
+ // We support old MacOS, iOS, watchOS, tvOS and visionOS versions that do not have `pwritev`.
429
429
// There is no `syscall` possible in these platform for following apple versions:
430
430
// ios 14.0
431
431
// tvos 14.0
You can’t perform that action at this time.
0 commit comments