[libc-commits] [libc] [libc] updated remaining yaml functions (PR #102705)
via libc-commits
libc-commits at lists.llvm.org
Sun Aug 11 06:47:42 PDT 2024
================
@@ -2291,38 +2398,59 @@ functions:
- stdc
return_type: int
arguments:
- - type: const double *
- - type: const double *
+ - type: double *
+ - type: double *
----------------
overmighty wrote:
`const` is needed to match the signatures in the C23 standard. See section F.10.12.1 of https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3096.pdf.
https://github.com/llvm/llvm-project/pull/102705
More information about the libc-commits
mailing list