mirror of
https://github.com/dlang/phobos.git
synced 2025-05-11 14:41:08 +03:00
openbsd files
This commit is contained in:
parent
6e8347dbf6
commit
b9bef0639f
6 changed files with 102 additions and 14 deletions
|
@ -9,6 +9,10 @@ version (FreeBSD)
|
|||
{
|
||||
public import std.c.freebsd.pthread;
|
||||
}
|
||||
else version (OpenBSD)
|
||||
{
|
||||
public import std.c.openbsd.pthread;
|
||||
}
|
||||
else version (Solaris)
|
||||
{
|
||||
public import std.c.solaris.pthread;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue