summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_frexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/s_frexp.c')
-rw-r--r--lib/msun/src/s_frexp.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/msun/src/s_frexp.c b/lib/msun/src/s_frexp.c
index 1b5b9bd..318a991 100644
--- a/lib/msun/src/s_frexp.c
+++ b/lib/msun/src/s_frexp.c
@@ -10,9 +10,8 @@
* ====================================================
*/
-#ifndef lint
-static char rcsid[] = "$FreeBSD$";
-#endif
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
/*
* for non-zero x
@@ -24,7 +23,6 @@ static char rcsid[] = "$FreeBSD$";
* with *exp=0.
*/
-#include <sys/cdefs.h>
#include <float.h>
#include "math.h"
OpenPOWER on IntegriCloud