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.
_stat.c
1 parent 3bd4a49 commit eff347cCopy full SHA for eff347c
Modules/_stat.c
@@ -57,7 +57,7 @@ typedef unsigned short mode_t;
57
* Only the names are defined by POSIX but not their value. All common file
58
* types seems to have the same numeric value on all platforms, though.
59
*
60
- * pyport.h guarantees S_IFMT, S_IFDIR, S_IFCHR, S_IFREG and S_IFLNK
+ * fileutils.h guarantees S_IFMT, S_IFDIR, S_IFCHR, S_IFREG and S_IFLNK
61
*/
62
63
#ifndef S_IFBLK
@@ -86,7 +86,7 @@ typedef unsigned short mode_t;
86
87
88
/* S_ISXXX()
89
- * pyport.h defines S_ISDIR(), S_ISREG() and S_ISCHR()
+ * fileutils.h defines S_ISDIR(), S_ISREG() and S_ISCHR()
90
91
92
#ifndef S_ISBLK
0 commit comments