summaryrefslogtreecommitdiff
path: root/libquadmath/math/logbq.c
diff options
context:
space:
mode:
Diffstat (limited to 'libquadmath/math/logbq.c')
-rw-r--r--libquadmath/math/logbq.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/libquadmath/math/logbq.c b/libquadmath/math/logbq.c
index 2e47a4b434a..a1012add402 100644
--- a/libquadmath/math/logbq.c
+++ b/libquadmath/math/logbq.c
@@ -13,8 +13,12 @@
* ====================================================
*/
+#if defined(LIBM_SCCS) && !defined(lint)
+static char rcsid[] = "$NetBSD: $";
+#endif
+
/*
- * long double logbl(x)
+ * long double logbq(x)
* IEEE 754 logb. Included to pass IEEE test suite. Not recommend.
* Use ilogb instead.
*/