[libc-commits] [libc] [llvm] [libc] Add proxy headers for fenv types. (PR #88467)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Fri Apr 12 16:05:05 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"],
+)
----------------
nickdesaulniers wrote:
mind trying to keep these sorted with regard to `sigset_t` and the rest? In that case, these should go above the sigset_t (L133-L136)
https://github.com/llvm/llvm-project/pull/88467
More information about the libc-commits
mailing list