[libc-commits] [libc] [libc] fix lint warnings from including <fenv.h> (PR #82695)

Roland McGrath via libc-commits libc-commits at lists.llvm.org
Wed Mar 13 16:16:51 PDT 2024


frobtech wrote:

> > I think we need to double-check that this is doing the right thing for cases like Fuchsia.
> 
> I'm happy to do so. Can you point me to where in the Fuchsia sources fenv.h lives? Is it:
> 
> * https://fuchsia.googlesource.com/fuchsia/+/refs/heads/main/zircon/third_party/ulib/musl/include/fenv.h
> * https://fuchsia.googlesource.com/fuchsia/+/refs/heads/main/zircon/third_party/ulib/musl/include/bits/fenv.h
> * https://fuchsia.googlesource.com/fuchsia/+/refs/heads/main/zircon/third_party/ulib/musl/include/bits/aarch64/fenv.h
> * https://fuchsia.googlesource.com/fuchsia/+/refs/heads/main/zircon/third_party/ulib/musl/include/bits/riscv64/fenv.h
> * https://fuchsia.googlesource.com/fuchsia/+/refs/heads/main/zircon/third_party/ulib/musl/include/bits/x86_64/fenv.h

That's correct.

https://github.com/llvm/llvm-project/pull/82695


More information about the libc-commits mailing list