class Connection, Network, Port: select() replaced by ppoll().

This commit is contained in:
Roland Jax
2014-11-13 16:31:32 +01:00
parent 5e07f0152d
commit baf60895ef
5 changed files with 51 additions and 48 deletions
+1
View File
@@ -7,6 +7,7 @@ AC_CHECK_HEADERS([arpa/inet.h \
dirent.h \
fcntl.h \
netdb.h \
poll.h \
pthread.h \
sys/ioctl.h \
termios.h])