diff --git a/std/file.d b/std/file.d index e135c3b59db..9cb45fe36b8 100644 --- a/std/file.d +++ b/std/file.d @@ -111,6 +111,7 @@ version (Posix) alias core.sys.posix.sys.stat.stat_t struct_stat64; alias core.sys.posix.sys.stat.fstat fstat64; alias core.sys.posix.sys.stat.stat stat64; + alias core.sys.posix.sys.stat.lstat lstat64; } else {