Skip to content

Commit 0d4f8b5

Browse files
committed
Confirm uclibc support for preadv/pwritev
1 parent 18d91d6 commit 0d4f8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/linux_like/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1782,7 +1782,7 @@ extern "C" {
17821782
// LFS64 extensions
17831783
//
17841784
// * musl has 64-bit versions only so aliases the LFS64 symbols to the standard ones
1785-
// * ulibc doesn't have preadv64/pwritev64 (TODO: Or does it?!)
1785+
// * ulibc doesn't have preadv64/pwritev64
17861786
cfg_if! {
17871787
if #[cfg(not(target_env = "musl"))] {
17881788
extern "C" {

0 commit comments

Comments
 (0)