Skip to content

Commit fcb7d3f

Browse files
committed
Add missing read_buf stub for x86_64-unknown-l5re-uclibc
1 parent 94885bc commit fcb7d3f

File tree

1 file changed

+4
-0
lines changed
  • library/std/src/sys/pal/unix

1 file changed

+4
-0
lines changed

Diff for: library/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)