summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/e_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/e_log.c')
-rw-r--r--lib/msun/src/e_log.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/msun/src/e_log.c b/lib/msun/src/e_log.c
index ed3c401..fd91aa8 100644
--- a/lib/msun/src/e_log.c
+++ b/lib/msun/src/e_log.c
@@ -11,9 +11,8 @@
* ====================================================
*/
-#ifndef lint
-static char rcsid[] = "$FreeBSD$";
-#endif
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
/* __ieee754_log(x)
* Return the logrithm of x
OpenPOWER on IntegriCloud