xrdp/sesman/tools
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
..
authmod.c Add authtest 2022-12-13 11:09:33 +00:00
authtest.c Update authtest utility 2022-12-22 11:35:02 +00:00
config.c Include config_ac.h from all source files 2017-03-04 00:52:34 -08:00
dis.c Move get_display_num_from_display to string_calls module 2021-04-13 12:16:00 +01:00
Makefile.am Update authtest utility 2022-12-22 11:35:02 +00:00
sesadmin.c Update sesman tools for new interfaces 2022-12-22 11:35:02 +00:00
sesrun.c Remove support for x11rdp 2023-01-05 11:26:44 +00:00
tools_common.c Remove libipm_msg_in_start() 2023-01-30 14:31:16 +00:00
tools_common.h fix typos 2022-09-03 02:01:48 +00:00
xcon.c Replace select() system call with poll() 2023-02-13 14:28:29 +00:00