matt335672 78fa1c15b2 Replace select() system call with poll()
poll() is specified in POSIX.1-2001 as a simpler interface for
multiplexed file descriptors than select(). It also provides more
functionality.

This PR replaces the select() calls used in xrdp with poll()
equivalents.
2023-02-13 14:28:29 +00:00
..
2022-12-13 11:09:33 +00:00
2022-12-22 11:35:02 +00:00
2022-12-22 11:35:02 +00:00
2023-01-05 11:26:44 +00:00
2023-01-30 14:31:16 +00:00
2022-09-03 02:01:48 +00:00