[Issue 16650] Wrong mangling for extern(C++) with posix stat_t
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Oct 30 03:07:46 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=16650
Jacob Carlborg <doob at me.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |doob at me.com
--- Comment #1 from Jacob Carlborg <doob at me.com> ---
I don't think it's the mangling that is wrong. Rather it's the declaration of
the struct. Not sure why it's called "stat_t" in the D version when it's called
"stat" in the C headers.
--
More information about the Digitalmars-d-bugs
mailing list