mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
Merge pull request #20663 from Reavershark/fix-late-linux-version
Place the `version(linux):` in `core.sys.linux.sys.procfs` higher.
This commit is contained in:
commit
e9ae684df5
1 changed files with 3 additions and 4 deletions
|
@ -7,9 +7,8 @@
|
|||
|
||||
module core.sys.linux.sys.procfs;
|
||||
|
||||
version (linux):
|
||||
|
||||
import core.sys.posix.sys.types : pid_t;
|
||||
|
||||
version (linux)
|
||||
{
|
||||
alias lwpid_t = pid_t;
|
||||
}
|
||||
alias lwpid_t = pid_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue