8000 gh-108765: fix comment about macro definitions in `_stat.c` post GH-1… · python/cpython@0141e7f · GitHub
[go: up one dir, main page]

Skip to content
65FF

Commit 0141e7f

Browse files
authored
gh-108765: fix comment about macro definitions in _stat.c post GH-108854 (#136027)
1 parent 1e975ae commit 0141e7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/_stat.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ typedef unsigned short mode_t;
5757
* Only the names are defined by POSIX but not their value. All common file
5858
* types seems to have the same numeric value on all platforms, though.
5959
*
60-
* pyport.h guarantees S_IFMT, S_IFDIR, S_IFCHR, S_IFREG and S_IFLNK
60+
* fileutils.h guarantees S_IFMT, S 79E0 _IFDIR, S_IFCHR, S_IFREG and S_IFLNK
6161
*/
6262

6363
#ifndef S_IFBLK
@@ -86,7 +86,7 @@ typedef unsigned short mode_t;
8686

8787

8888
/* S_ISXXX()
89-
* pyport.h defines S_ISDIR(), S_ISREG() and S_ISCHR()
89+
* fileutils.h defines S_ISDIR(), S_ISREG() and S_ISCHR()
9090
*/
9191

9292
#ifndef S_ISBLK

0 commit comments

Comments
 (0)
0