Closed ncopa closed 1 month ago
Alternatively, we could try refactor it to be a macro so we avoid the type definitions completely.
A macro might be better code-wise, but let's get this in for now, as it immediately fixes the issue at hand, and it consistent with the rest of the codebase.
This fixes invalid conversion errors when the fd_set is defined as const.
fixes https://github.com/jvoisin/fortify-headers/issues/66