Skip to content

Commit

Permalink
Merge pull request #74 from GrimMaple/master
Browse files Browse the repository at this point in the history
Fix dub build for druntime
  • Loading branch information
adamdruppe authored Jul 26, 2024
2 parents 64d260f + 1b0278e commit 8824e20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions druntime/src/core/sys/linux/sys/procfs.d
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@

module core.sys.linux.sys.procfs;

import core.sys.posix.sys.types : pid_t;

version (linux)
{
import core.sys.posix.sys.types : pid_t;
alias lwpid_t = pid_t;
}

0 comments on commit 8824e20

Please sign in to comment.