← Back to index
|
Original Bugzilla link
Bug 6649 – core.sys.posix.sys.ioctl
Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P2
Component
druntime
Product
D
Version
D2
Platform
All
OS
Other
Creation time
2011-09-11T16:14:44Z
Last change time
2020-01-16T13:44:33Z
Keywords
bootcamp, pull
Assigned to
No Owner
Creator
Vladimir Panteleev
Comments
Comment #0
by dlang-bugzilla — 2011-09-11T16:14:44Z
A proper module for <sys/ioctl.h> would be nice (e.g. FIONREAD would be useful for sockets).
Comment #1
by alex — 2012-10-09T19:39:06Z
https://github.com/D-Programming-Language/druntime/pull/318
Comment #2
by github-bugzilla — 2012-10-14T19:16:10Z
Commits pushed to master at
https://github.com/D-Programming-Language/druntime
https://github.com/D-Programming-Language/druntime/commit/5e1cefadea362203beb59e1ce44ad20f7d80ba46
Fix issue #6649 (partially) - add core.sys.posix.sys.ioctl header module for Linux.
https://github.com/D-Programming-Language/druntime/commit/534c114d260d41dd518336232c3fa68ef13bdffc
Merge pull request #318 from alexrp/ioctl-posix Fix issue #6649 (partially) - add core.sys.posix.sys.ioctl header module for Linux.
Comment #3
by pro.mathias.lang — 2020-01-16T13:44:33Z
We have a somewhat proper ioctl now.