fix unintended global symbols in atanl.c
commit8186880393510222a8616fc4b185facd9dfdd06e
authorDan Gohman <sunfish@mozilla.com>
Wed, 3 Apr 2019 12:48:50 +0000 (3 05:48 -0700)
committerRich Felker <dalias@aerifal.cx>
Wed, 3 Apr 2019 20:01:22 +0000 (3 16:01 -0400)
tree4d053bd8021dff71cab59c614b6bfb4e8ef18e58
parent7fe51ea85b56e3b900f58091e71420ea668c492c
fix unintended global symbols in atanl.c

Mark atanhi, atanlo, and aT in atanl.c as static, as they're not
intended to be part of the public API.

These are already static in the LDBL_MANT_DIG == 64 code, so this
patch is just making the LDBL_MANT_DIG == 113 code do the same thing.
src/math/atanl.c