HomeFreeBSD

sys/select.h: const'ify the fd_set that __fdset_idx() takes

Description

sys/select.h: const'ify the fd_set that __fdset_idx() takes

Some callers may be operating on a const fd_set and we don't
particularly care, so const'ify it.

Reviewed by: kib (earlier version), markj
Sponsored by: Klara, Inc.
Sponsored by: Stormshield
Differential Revision: https://reviews.freebsd.org/D45976

Details

Provenance
kevansAuthored on Jul 16 2024, 5:12 AM
Reviewer
kib
Differential Revision
D45976: Collection of fixes for _FORTIFY_SOURCE
Parents
rGd5f8270917bf: libc: switch to __weak_symbol for fortified interpose stubs
Branches
Unknown
Tags
Unknown