Message233639
> #define fstat _fstati64
This change (alone) is not safe because _fstati64() doesn't use "struct stat" but "struct __stat64".
I don't like such global define, I may have unexpected side effect. I prefer to modify directly calls to fstat() in .c files (like the change implemented in my patch). |
|
| Date |
User |
Action |
Args |
| 2015-01-08 10:34:17 | vstinner | set | recipients:
+ vstinner, pitrou, tim.golden, benjamin.peterson, stutzbach, hynek, zach.ware, steve.dower, josh.r |
| 2015-01-08 10:34:16 | vstinner | set | messageid: <[email protected]> |
| 2015-01-08 10:34:16 | vstinner | link | issue23152 messages |
| 2015-01-08 10:34:16 | vstinner | create | |
|