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