projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
55b5127
)
Remove obsolete __CONSTVALUE keyword.
author
roland
<roland>
Thu, 26 Jan 1995 03:36:03 +0000
(
03:36
+0000)
committer
roland
<roland>
Thu, 26 Jan 1995 03:36:03 +0000
(
03:36
+0000)
sysdeps/generic/atan.c
patch
|
blob
|
history
diff --git
a/sysdeps/generic/atan.c
b/sysdeps/generic/atan.c
index
274bd58
..
f2cc693
100644
(file)
--- a/
sysdeps/generic/atan.c
+++ b/
sysdeps/generic/atan.c
@@
-1,4
+1,4
@@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991
, 1995
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@
-20,7
+20,7
@@
Cambridge, MA 02139, USA. */
#include <math.h>
/* Return the inverse tangent of X. */
-
__CONSTVALUE
double
+double
DEFUN(atan, (x), register double x)
{
return atan2(x, 1.0);