glibc/math/bits
Aurelien Jarno 443cb0b5f2 math: Remove an extra semicolon in math function declarations
Commit 6bc301672b ("math: Remove __XXX math functions from installed
math.h [BZ #32418]") left an extra semicolon after macro expansion. For
instance the ceil declaration after expansion is:

  extern double ceil (double __x) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__const__));;

This chokes very naive parsers like gauche c-wrapper. Fix that by
removing that extra semicolon in the macro.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2025-03-08 13:31:03 +01:00
..
cmathcalls.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
mathcalls-helper-functions.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
mathcalls-macros.h math: Remove an extra semicolon in math function declarations 2025-03-08 13:31:03 +01:00
mathcalls-narrow.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
mathcalls.h Implement C23 rsqrt 2025-03-07 19:15:26 +00:00