mirror of
https://github.com/dlang/phobos.git
synced 2025-05-14 00:46:22 +03:00
Fix bug 1491
Add std.socket to the base unittest suite.
This commit is contained in:
parent
f3e1773c81
commit
ad29e17ff3
4 changed files with 11 additions and 4 deletions
|
@ -236,6 +236,7 @@ enum: int
|
|||
MSG_OOB = 0x1,
|
||||
MSG_PEEK = 0x2,
|
||||
MSG_DONTROUTE = 0x4,
|
||||
MSG_NOSIGNAL = 0x4000,
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue