Skip to content

Commit 3761849

Browse files
committed
Add missing read_buf stub for x86_64-unknown-l5re-uclibc
1 parent 065844b commit 3761849

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: std/src/sys/pal/unix/l4re.rs

+4
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ pub mod net {
5454
unimpl!();
5555
}
5656

57+
pub fn read_buf(&self, _: BorrowedCursor<'_>) -> io::Result<()> {
58+
unimpl!();
59+
}
60+
5761
pub fn read_vectored(&self, _: &mut [IoSliceMut<'_>]) -> io::Result<usize> {
5862
unimpl!();
5963
}

0 commit comments

Comments
 (0)