summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_conjl.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/s_conjl.c')
-rw-r--r--lib/msun/src/s_conjl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/src/s_conjl.c b/lib/msun/src/s_conjl.c
index 0e431ef..a4604b6 100644
--- a/lib/msun/src/s_conjl.c
+++ b/lib/msun/src/s_conjl.c
@@ -34,5 +34,5 @@ long double complex
conjl(long double complex z)
{
- return (cpackl(creall(z), -cimagl(z)));
+ return (CMPLXL(creall(z), -cimagl(z)));
}
OpenPOWER on IntegriCloud