]> git.ipfire.org Git - thirdparty/chrony.git/commit
sched: don't define FD_SETSIZE
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 22 May 2025 12:56:57 +0000 (14:56 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Mon, 26 May 2025 14:34:23 +0000 (16:34 +0200)
commit821197857097c8d0bac56198cdad433ec8d6aa55
tree4a92c8ac8d4f3ac9cb5b4b5fc2fbf482f31b2abb
parent4b2b6bbf978f25c27b3e38a00868f1fb5ecb1ceb
sched: don't define FD_SETSIZE

Don't make any assumptions about fd_set size if FD_SETSIZE is missing.
POSIX requires the macro to be defined.
sched.c