[libc-commits] [libc] [llvm] [libc] Add proxy headers for fenv types. (PR #88467)
Job Henandez Lara via libc-commits
libc-commits at lists.llvm.org
Fri Apr 12 16:06:57 PDT 2024
================
@@ -154,6 +145,16 @@ libc_support_library(
hdrs = ["hdr/types/struct_timespec.h"],
)
+libc_support_library(
+ name = "types_fenv_t",
+ hdrs = ["hdr/types/fenv_t.h"],
+)
+
+libc_support_library(
+ name = "types_fexcept_t",
+ hdrs = ["hdr/types/fexcept_t.h"],
+)
----------------
Jobhdez wrote:
Will do.
https://github.com/llvm/llvm-project/pull/88467
More information about the libc-commits
mailing list