Skip to content

Commit

Permalink
remove obsolete FIXME comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
  • Loading branch information
sahlberg committed Sep 28, 2019
1 parent 4de9fb8 commit c635cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/socket.c
Expand Up @@ -122,7 +122,7 @@ set_nonblocking(int fd)
#else
v = fcntl(fd, F_GETFL, 0);
v = fcntl(fd, F_SETFL, v | O_NONBLOCK);
#endif //FIXME
#endif
return v;
}

Expand Down

0 comments on commit c635cae

Please sign in to comment.