Merges for dll refactor
This commit is contained in:
@@ -32,6 +32,7 @@ const int INVALID_SOCKET = -1;
|
||||
|
||||
struct termios orig_termios;
|
||||
|
||||
|
||||
void set_nonblocking(int fd) {
|
||||
int flags = fcntl(fd, F_GETFL, 0);
|
||||
assert(flags != -1);
|
||||
|
||||
Reference in New Issue
Block a user