Merges for dll refactor

This commit is contained in:
2023-02-14 13:22:23 -05:00
4 changed files with 41 additions and 13 deletions

View File

@@ -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);