summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_tan.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/s_tan.c')
-rw-r--r--lib/msun/src/s_tan.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/msun/src/s_tan.c b/lib/msun/src/s_tan.c
index d9d37b6..bd62789 100644
--- a/lib/msun/src/s_tan.c
+++ b/lib/msun/src/s_tan.c
@@ -10,9 +10,8 @@
* ====================================================
*/
-#ifndef lint
-static char rcsid[] = "$FreeBSD$";
-#endif
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
/* tan(x)
* Return tangent function of x.
@@ -47,7 +46,9 @@ static char rcsid[] = "$FreeBSD$";
#include <float.h>
#include "math.h"
+#define INLINE_REM_PIO2
#include "math_private.h"
+#include "e_rem_pio2.c"
double
tan(double x)
OpenPOWER on IntegriCloud