Skip to content

Commit

Permalink
[#55011] Bump patch
Browse files Browse the repository at this point in the history
  • Loading branch information
k-juszczyk committed Feb 8, 2024
1 parent 5175705 commit 27296a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions canonicalize.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff --git a/library/std/src/sys/wasi/fs.rs b/library/std/src/sys/wasi/fs.rs
index d4866bbc32b..8670e9c8e15 100644
--- a/library/std/src/sys/wasi/fs.rs
+++ b/library/std/src/sys/wasi/fs.rs
diff --git a/library/std/src/sys/pal/wasi/fs.rs b/library/std/src/sys/pal/wasi/fs.rs
index e8238665452..5f77b656894 100644
--- a/library/std/src/sys/pal/wasi/fs.rs
+++ b/library/std/src/sys/pal/wasi/fs.rs
@@ -1,6 +1,7 @@
#![deny(unsafe_op_in_unsafe_fn)]

Expand All @@ -10,7 +10,7 @@ index d4866bbc32b..8670e9c8e15 100644
use crate::ffi::{CStr, OsStr, OsString};
use crate::fmt;
use crate::io::{self, BorrowedCursor, IoSlice, IoSliceMut, SeekFrom};
@@ -649,10 +650,30 @@ fn metadata_at(fd: &WasiFd, flags: wasi::Lookupflags, path: &Path) -> io::Result
@@ -652,10 +653,30 @@ fn metadata_at(fd: &WasiFd, flags: wasi::Lookupflags, path: &Path) -> io::Result
Ok(FileAttr { meta })
}

Expand Down

0 comments on commit 27296a8

Please sign in to comment.