HomeFreeBSD

jevents: fix bootstrapping on Linux with Clang 16

Description

jevents: fix bootstrapping on Linux with Clang 16

The glibc fts_open() callback type does not have the second const
qualifier and it appears that Clang 16 errors by default for mismatched
function pointer types. Add an ifdef to handle this case.

Reviewed By: imp, emaste
Differential Revision: https://reviews.freebsd.org/D43000

Details

Provenance
arichardsonAuthored on Dec 12 2023, 5:10 AM
Reviewer
imp
Differential Revision
D43000: jevents: fix bootstrapping on Linux with Clang 16
Parents
rG0156465c6d11: mandoc: fix bootstrapping on Linux with Clang 16
Branches
Unknown
Tags
Unknown