mirror of
https://github.com/dlang/phobos.git
synced 2025-05-14 08:55:54 +03:00
initial Solaris port
This commit is contained in:
parent
cd79ee5861
commit
e6e77ef6b4
37 changed files with 3646 additions and 1353 deletions
|
@ -10,6 +10,10 @@ version (FreeBSD)
|
|||
{
|
||||
public import std.c.freebsd.socket;
|
||||
}
|
||||
else version (Solaris)
|
||||
{
|
||||
public import std.c.solaris.socket;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue