Skip to content

Commit 5711bca

Browse files
committed
resolved merge conflict
1 parent 755597a commit 5711bca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/safeposix/syscalls/fs_calls.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,11 +1315,8 @@ impl Cage {
13151315
///
13161316
/// ### Panics
13171317
///
1318-
<<<<<<< HEAD
13191318
/// * If the file descriptor passed is invalid (less than zero or greater
13201319
/// than MAX FD which is 1024)
1321-
=======
1322-
>>>>>>> baf10435 (fstat_syscall documentation)
13231320
/// * If the inode number retrieved from the file descriptor does not exist
13241321
/// in `FS_METADATA.inodetable`.
13251322
///

0 commit comments

Comments
 (0)