Commit 5107fd7
fseek() was necessary for FILE streams on Windows 9x systems for its side
effect (flush). lseek() which replaced it in 2003 was never needed.
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent b5c74a6 commit 5107fd7
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- Lib/test
- Misc/NEWS.d/next/Windows
- Modules
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2084 | 2084 | | |
2085 | 2085 | | |
2086 | 2086 | | |
2087 | | - | |
2088 | | - | |
2089 | | - | |
2090 | 2087 | | |
2091 | 2088 | | |
2092 | 2089 | | |
| |||
0 commit comments