diff options
author | N-R-K <nrk@disroot.org> | 2022-04-28 03:12:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-28 03:12:15 +0000 |
commit | 6922d5d01b03b0f584a411803d2da45b07f5af01 (patch) | |
tree | a4977ced8afe9c376030d09f1cb7eba2e70bb241 /icon/img2data.c | |
parent | 5bb1df4af3a221ad65a95cf5f86b554dab2917b1 (diff) |
replace select() with poll() (#270)
usage of select (3) in modern programs is typically discouraged.
this simply replaces the select call with poll (3) instead.
and since poll conveniently ignores negative fds, this also reduces
needs for some special casing.
this also handles error if they occur, while old implementation didn't.
other than the error handling, no change in functionality should occur.
Diffstat (limited to 'icon/img2data.c')
0 files changed, 0 insertions, 0 deletions