diff options
Diffstat (limited to 'lib/msun/i387/e_asin.S')
-rw-r--r-- | lib/msun/i387/e_asin.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/i387/e_asin.S b/lib/msun/i387/e_asin.S index 1876cfd7d3430..868cffae2eb06 100644 --- a/lib/msun/i387/e_asin.S +++ b/lib/msun/i387/e_asin.S @@ -35,7 +35,7 @@ #include <machine/asm.h> -RCSID("$FreeBSD$") +RCSID("$FreeBSD: src/lib/msun/i387/e_asin.S,v 1.7 1999/08/28 00:06:09 peter Exp $") /* * asin(x) = atan2(x, sqrt(1 - x^2). |