Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update SafeFileHandle.Unix.cs
  • Loading branch information
hamarb123 committed Jun 15, 2023
commit 83f2974ba7d7fee9ae583d447ca1c6ff10a5d44e
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ private static SafeFileHandle Open(string fullPath, FileMode mode, FileAccess ac
/// <param name="access">The FileAccess provided to the stream's constructor</param>
/// <param name="share">The FileShare provided to the stream's constructor</param>
/// <param name="options">The FileOptions provided to the stream's constructor</param>
/// <param name="failForSymlink">Whether to cause ELOOP error when opening a symlink</param>
/// <returns>The flags value to be passed to the open system call.</returns>
private static Interop.Sys.OpenFlags PreOpenConfigurationFromOptions(FileMode mode, FileAccess access, FileShare share, FileOptions options, bool failForSymlink)
{
Expand Down