Skip to content

Commit

Permalink
oops blasted this change
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdruppe committed Jul 30, 2024
1 parent 7ad3efd commit b0d4ceb
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 b0d4ceb

Please sign in to comment.