mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
Solaris doesn't provide FIONBIO
This commit is contained in:
parent
27a65375d0
commit
eeb2bf2547
@ -351,7 +351,8 @@ inline bool do_shutdown_send(SOCKET s)
|
||||
|
||||
|
||||
const long LOCAL_NONBLOCK = 1;
|
||||
const long LOCAL_FL_SET = FIONBIO ;
|
||||
// With BSDBLOCK defined, we don't need FIONBIO. Solaris doesn't provide it.
|
||||
//const long LOCAL_FL_SET = FIONBIO ;
|
||||
const int LOCAL_BLOCKING_ERROR = EAGAIN;
|
||||
const int LOCAL_CONNECT_BLOCKING = EINPROGRESS;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user