Kaydet (Commit) 64529cd7 authored tarafından Guido van Rossum's avatar Guido van Rossum

Crude way to fix a problem on AIX: #undef STAT before defining it.

üst 55a4f4a5
......@@ -285,6 +285,7 @@ extern int lstat Py_PROTO((const char *, struct stat *));
#endif
/* choose the appropriate stat and fstat functions and return structs */
#undef STAT
#ifdef MS_WIN64
# define STAT _stati64
# define FSTAT _fstati64
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment