diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-03 14:24:28 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-03 14:24:28 +0000 |
commit | feeb0301b31a5ad4ea0594b17e4720bbe3308a3b (patch) | |
tree | ae71a3f81309a3068335ec30f021333454bccbc6 /libm/nan.c | |
parent | 2ba017a2d5af01cc3ef0dc554252a521e8d7c4f8 (diff) |
- add long double math wrappers (Ned Ludd)
Diffstat (limited to 'libm/nan.c')
-rw-r--r-- | libm/nan.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libm/nan.c b/libm/nan.c index 662a25d33..ec221ea71 100644 --- a/libm/nan.c +++ b/libm/nan.c @@ -46,6 +46,7 @@ float nanf (const char *tagp) libm_hidden_def(nanf) #if defined __UCLIBC_HAS_LONG_DOUBLE_MATH__ +libm_hidden_proto(nanl) long double nanl (const char *tagp) { if (tagp[0] != '\0') { |