Skip to content

Commit

Permalink
deps: uvwasi: cherry-pick 941bedf
Browse files Browse the repository at this point in the history
Original commit message:

    nodejs/uvwasi@20fd9e2 was
    accidentally reverted in
    nodejs/uvwasi#73. This commit
    relands it.

PR-URL: #31363
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
  • Loading branch information
cjihrig authored and codebytere committed Mar 17, 2020
1 parent ef5517a commit 8cf2666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/uvwasi/src/uvwasi.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# include <time.h>
# define IS_SLASH(c) ((c) == '/')
#else
# include <io.h>
# define IS_SLASH(c) ((c) == '/' || (c) == '\\')
#endif /* _WIN32 */

Expand Down

0 comments on commit 8cf2666

Please sign in to comment.