summaryrefslogtreecommitdiffstats
path: root/lib/msun/i387/e_asin.S
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-09 14:01:11 +0000
committerbde <bde@FreeBSD.org>1997-03-09 14:01:11 +0000
commitb964069da296484e27e3b5ed2c05deba77078b12 (patch)
treee89495913ef56dbd6aff3fbd9835f6a4a1835bbe /lib/msun/i387/e_asin.S
parent323777f28dd6fc4f0197ee45869323407aec04de (diff)
downloadFreeBSD-src-b964069da296484e27e3b5ed2c05deba77078b12.zip
FreeBSD-src-b964069da296484e27e3b5ed2c05deba77078b12.tar.gz
Include <machine/asm.h> instead of kernel-only <machine/asmacros.h>.
Diffstat (limited to 'lib/msun/i387/e_asin.S')
-rw-r--r--lib/msun/i387/e_asin.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/msun/i387/e_asin.S b/lib/msun/i387/e_asin.S
index 40e3327..3c22226 100644
--- a/lib/msun/i387/e_asin.S
+++ b/lib/msun/i387/e_asin.S
@@ -33,9 +33,9 @@
* J.T. Conklin (jtc@wimsey.com), Winning Strategies, Inc.
*/
-#include <machine/asmacros.h>
+#include <machine/asm.h>
-RCSID("$Id$")
+RCSID("$Id: e_asin.S,v 1.5 1997/02/22 15:08:44 peter Exp $")
/*
* asin(x) = atan2(x, sqrt(1 - x^2).
OpenPOWER on IntegriCloud