[libc] Include double_t and float_t in math.h on baremetal (#85028)

This matches other targets.
This commit is contained in:
Petr Hosek
2024-03-15 11:00:19 -07:00
committed by GitHub
parent 500e05f5a2
commit d717e7f7be

View File

@@ -52,6 +52,10 @@ def IntTypesAPI : PublicAPI<"inttypes.h"> {
let Types = ["imaxdiv_t"];
}
def MathAPI : PublicAPI<"math.h"> {
let Types = ["double_t", "float_t"];
}
def StdIOAPI : PublicAPI<"stdio.h"> {
let Types = ["size_t"];
}