math: fix missing attributes warnings

gcc-9 started warning if alias symbols have different attributes:

  math/expf.c: At top level:
  math/expf.c:89:21: warning: '__expf_finite' specifies less restrictive attributes than its target 'expf': 'leaf', 'nothrow', 'pure' [-Wmissing-attributes]

so copy the attributes when creating the aliases.
1 file changed
tree: 104e717943d7f4936c690acb37c08136d3a31200
  1. math/
  2. string/
  3. .gitignore
  4. config.mk.dist
  5. LICENSE
  6. Makefile
  7. README