← Back to index
|
Original Bugzilla link
Bug 12289 – incorrect core.stdc.stdio.fpos_t alias
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
druntime
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-03-02T17:45:00Z
Last change time
2017-07-19T17:41:27Z
Assigned to
nobody
Creator
code
Comments
Comment #0
by code — 2014-03-02T17:45:12Z
The type seems to be wrong on some platforms (linux).
https://github.com/D-Programming-Language/druntime/blob/a82e27e437b8e802476076c4994e69cef98fe20a/src/core/stdc/stdio.d#L220
Comment #1
by github-bugzilla — 2015-05-11T14:33:49Z
Commits pushed to master at
https://github.com/D-Programming-Language/druntime
https://github.com/D-Programming-Language/druntime/commit/b96aa6962ac477bf711f7bedc4cc326534025ce2
Fix Issue 12289 - incorrect core.stdc.stdio.fpos_t alias and mbstate_t for glibc
https://github.com/D-Programming-Language/druntime/commit/93e6c9c43a039bb4dabe9a3a03fb5dfd19c1cfab
Merge pull request #1244 from joakim-noah/fpos_t Fix Issue 12289 - incorrect core.stdc.stdio.fpos_t alias and mbstate_t for glibc
Comment #2
by github-bugzilla — 2015-06-17T21:02:27Z
Commits pushed to stable at
https://github.com/D-Programming-Language/druntime
https://github.com/D-Programming-Language/druntime/commit/b96aa6962ac477bf711f7bedc4cc326534025ce2
Fix Issue 12289 - incorrect core.stdc.stdio.fpos_t alias and mbstate_t for glibc
https://github.com/D-Programming-Language/druntime/commit/93e6c9c43a039bb4dabe9a3a03fb5dfd19c1cfab
Merge pull request #1244 from joakim-noah/fpos_t
Comment #3
by github-bugzilla — 2017-07-19T17:41:27Z
Commits pushed to dmd-cxx at
https://github.com/dlang/druntime
https://github.com/dlang/druntime/commit/b96aa6962ac477bf711f7bedc4cc326534025ce2
Fix Issue 12289 - incorrect core.stdc.stdio.fpos_t alias and mbstate_t for glibc
https://github.com/dlang/druntime/commit/93e6c9c43a039bb4dabe9a3a03fb5dfd19c1cfab
Merge pull request #1244 from joakim-noah/fpos_t