projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update.
[kopensolaris-gnu/glibc.git]
/
math
/
carg.c
diff --git
a/math/carg.c
b/math/carg.c
index
fb4dc8e
..
c977a39
100644
(file)
--- a/
math/carg.c
+++ b/
math/carg.c
@@
-27,3
+27,7
@@
__carg (__complex__ double x)
return __atan2 (__imag__ x, __real__ x);
}
weak_alias (__carg, carg)
+#ifdef NO_LONG_DOUBLE
+strong_alias (__carg, __cargl)
+weak_alias (__carg, cargl)
+#endif