Skip to content

Commit

Permalink
Remove excessive off_t, stat_t
Browse files Browse the repository at this point in the history
  • Loading branch information
gecko0307 committed Jul 31, 2023
1 parent 6ae4a14 commit 0759984
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dlib/filesystem/posix/common.d
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ version(Posix)
// Rename stat to stat_ because of method name collision
version(linux)
{
alias off_t = off64_t;
alias stat_t = stat64_t;

alias lseek = lseek64;
alias open = open64;
alias stat_ = stat64;
Expand Down

0 comments on commit 0759984

Please sign in to comment.