Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 9a69ddb

Browse files
authored
Merge pull request #2090 from tethyslab/illumos-priocntl
Solaris: add idtype_t visibility. merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2 parents 3334ab0 + 379d521 commit 9a69ddb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/core/sys/solaris/sys/priocntl.d

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ nothrow:
2020
extern (C):
2121

2222
import core.sys.posix.sys.types : caddr_t, id_t;
23+
import core.sys.posix.sys.wait : idtype_t;
2324
import core.stdc.config : c_long;
2425
import core.sys.solaris.sys.procset;
2526
import core.sys.solaris.sys.types : pri_t;

src/core/thread.d

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ version( Solaris )
4444
{
4545
import core.sys.solaris.sys.priocntl;
4646
import core.sys.solaris.sys.types;
47+
import core.sys.posix.sys.wait : idtype_t;
4748
}
4849

4950
// this should be true for most architectures

0 commit comments

Comments
 (0)