X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=math%2Fw_ilogb_template.c;h=c069e605dfc5b712c175ddf39c7f3eaac8556937;hb=0059122aa0e53ff77ee58c5ff7589a814f1228e5;hp=acc70026172801d668022390efaa84e6ef9e4d6c;hpb=e5277ba25dc0665f192ebc3f9649a00098dbdc9e;p=thirdparty%2Fglibc.git diff --git a/math/w_ilogb_template.c b/math/w_ilogb_template.c index acc70026172..c069e605dfc 100644 --- a/math/w_ilogb_template.c +++ b/math/w_ilogb_template.c @@ -1,5 +1,5 @@ /* Wrapper to set errno for ilogb. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -14,12 +14,13 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include #include #include +#include /* wrapper ilogb */ int @@ -36,7 +37,3 @@ M_DECL_FUNC (__ilogb) (FLOAT x) return r; } declare_mgen_alias (__ilogb, ilogb) - -#if M_LIBM_NEED_COMPAT (ilogb) -declare_mgen_libm_compat (__ilogb, ilogb) -#endif