Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: define fs.constants.S_IWUSR & S_IRUSR for Win #42757

Merged
merged 1 commit into from
Apr 21, 2022

Commits on Apr 16, 2022

  1. src: define fs.constants.S_IWUSR & S_IRUSR for Win

    On Windows, most of the POSIX file mode definitions are not available.
    However, functionally equivalent read/write definitions exists, and
    chmod() can use them. This patch defines two aliases, so that these
    definintions are issued in fs.constants.
    
    fixes: nodejs#41591
    ilg-ul committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    19dd92a View commit details
    Browse the repository at this point in the history