Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Add an alias for readdir64 in x64 environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
nykytenko committed May 8, 2016
1 parent 76f6640 commit 9ac8554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/sys/posix/dirent.d
Expand Up @@ -183,6 +183,7 @@ else version (Solaris)
version (D_LP64)
{
dirent* readdir(DIR*);
alias readdir64 = readdir;
}
else
{
Expand Down

0 comments on commit 9ac8554

Please sign in to comment.