Thanks to visit codestin.com Credit goes to github.com
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 e8814fb commit 66d00adCopy full SHA for 66d00ad
1 file changed
Modules/posixmodule.c
@@ -8256,12 +8256,12 @@ all_ins(PyObject *d)
8256
if (ins(d, "EX_NOTFOUND", (long)EX_NOTFOUND)) return -1;
8257
#endif /* EX_NOTFOUND */
8258
8259
- /* statvfs */
+ /* statvfs */
8260
#ifdef ST_RDONLY
8261
- if (ins(d, "ST_RDONLY", (long)ST_RDONLY)) return -1;
+ if (ins(d, "ST_RDONLY", (long)ST_RDONLY)) return -1;
8262
#endif /* ST_RDONLY */
8263
#ifdef ST_NOSUID
8264
- if (ins(d, "ST_NOSUID", (long)ST_NOSUID)) return -1;
+ if (ins(d, "ST_NOSUID", (long)ST_NOSUID)) return -1;
8265
#endif /* ST_NOSUID */
8266
8267
#ifdef HAVE_SPAWNV
0 commit comments