Skip to content

Commit

Permalink
re3
Browse files Browse the repository at this point in the history
  • Loading branch information
callthingsoff committed Nov 15, 2023
1 parent 27587df commit 82c6275
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/syscall/syscall_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ func Open(path string, mode int, perm uint32) (fd Handle, err error) {
default:
createmode = OPEN_EXISTING
}

var attrs uint32 = FILE_ATTRIBUTE_NORMAL
if perm&S_IWRITE == 0 {
attrs = FILE_ATTRIBUTE_READONLY
Expand Down

0 comments on commit 82c6275

Please sign in to comment.