| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -57,7 +57,7 @@ typedef unsigned short mode_t; | |||
| 57 | 57 | * Only the names are defined by POSIX but not their value. All common file | |
| 58 | 58 | * types seems to have the same numeric value on all platforms, though. | |
| 59 | 59 | * | |
| 60 | - * pyport.h guarantees S_IFMT, S_IFDIR, S_IFCHR, S_IFREG and S_IFLNK | ||
| 60 | + * fileutils.h guarantees S_IFMT, S_IFDIR, S_IFCHR, S_IFREG and S_IFLNK | ||
| 61 | 61 | */ | |
| 62 | 62 | ||
| 63 | 63 | #ifndef S_IFBLK | |
@@ -86,7 +86,7 @@ typedef unsigned short mode_t; | |||
| 86 | 86 | ||
| 87 | 87 | ||
| 88 | 88 | /* S_ISXXX() | |
| 89 | - * pyport.h defines S_ISDIR(), S_ISREG() and S_ISCHR() | ||
| 89 | + * fileutils.h defines S_ISDIR(), S_ISREG() and S_ISCHR() | ||
| 90 | 90 | */ | |
| 91 | 91 | ||
| 92 | 92 | #ifndef S_ISBLK | |
| Back | FazBrowse Home | New Git URL |
0 commit comments