[libc][Obvious] Fix exp10f spec.

This commit is contained in:
Tue Ly 2022-09-19 11:20:41 -04:00
parent f1a601fe88
commit 354ee3814c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ def GnuExtensions : StandardSpec<"GNUExtensions"> {
RetValSpec<VoidType>,
[ArgSpec<FloatType>, ArgSpec<FloatPtr>, ArgSpec<FloatPtr>]
>,
FunctionSpec<"expf", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
FunctionSpec<"exp10f", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
]
>;