Provide logbl(3) when long double is double
authorgkoehler <gkoehler@openbsd.org>
Sat, 5 Feb 2022 17:11:56 +0000 (17:11 +0000)
committergkoehler <gkoehler@openbsd.org>
Sat, 5 Feb 2022 17:11:56 +0000 (17:11 +0000)
bcallah@ had same diff
ok guenther@

lib/libm/src/s_logb.c

index 09fe82c..277b41c 100644 (file)
@@ -33,3 +33,4 @@ logb(double x)
                return (double) (ix-1023); 
 }
 DEF_STD(logb);
+LDBL_MAYBE_UNUSED_CLONE(logb);