mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 22:50:38 +03:00
Posix targets should now build correctly against the core.stdc chages.
This commit is contained in:
parent
5ae67f23ac
commit
7de36d8138
3 changed files with 3 additions and 9 deletions
|
@ -500,14 +500,7 @@ extern(C)
|
|||
|
||||
int select(int nfds, fd_set* readfds, fd_set* writefds, fd_set* errorfds, timeval* timeout);
|
||||
int fcntl(int s, int f, ...);
|
||||
|
||||
|
||||
enum
|
||||
{
|
||||
EINTR = 4,
|
||||
EINPROGRESS = 115,
|
||||
}
|
||||
|
||||
|
||||
|
||||
const uint FD_SETSIZE = 1024;
|
||||
//const uint NFDBITS = 8 * int.sizeof; // DMD 0.110: 8 * (int).sizeof is not an expression
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue