JuliaLang / libuv

Cross-platform asynchronous I/O
http://libuv.org/
MIT License
9 stars 14 forks source link

Remove incorrect constant in chmod #12

Closed staticfloat closed 4 years ago

staticfloat commented 4 years ago

FILE_TRAVERSE is the same thing as FILE_EXECUTE, and by default, processes do not need FILE_TRAVERSE enabled on directories to traverse them [1].

[1] https://docs.microsoft.com/en-us/windows/win32/fileio/file-access-rights-constants