We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c419af9 commit b64d3aeCopy full SHA for b64d3ae
Include/fileutils.h
@@ -16,7 +16,7 @@
16
# define S_IFMT 0170000
17
#endif
18
#ifndef S_IFLNK
19
- // Windows doesn't define S_IFLNK, but posixmodule.c maps
+ // Windows doesn't define S_IFLNK, but fileutils.c maps
20
// IO_REPARSE_TAG_SYMLINK to S_IFLNK.
21
# define S_IFLNK 0120000
22
0 commit comments