Skip to content

Commit

Permalink
Merge pull request #184 from RazvanN7/version_linux
Browse files Browse the repository at this point in the history
Use `version(linux)` instead of `version(Linux)`
  • Loading branch information
gecko0307 committed Jul 31, 2023
2 parents aa0ff8e + ad194ea commit 6ae4a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlib/filesystem/posix/common.d
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ version(Posix)
}

// Rename stat to stat_ because of method name collision
version(Linux)
version(linux)
{
alias off_t = off64_t;
alias stat_t = stat64_t;
Expand Down

0 comments on commit 6ae4a14

Please sign in to comment.