https://issues.dlang.org/show_bug.cgi?id=24505

--- Comment #3 from anonymous4 <dfj1es...@sneakemail.com> ---
Looks like a generic problem. How posix stat should work? It's defined as

struct stat { };
int stat(const char *pathname, struct stat *statbuf);

--

Reply via email to