summaryrefslogtreecommitdiff
path: root/src/complex/cimagl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/complex/cimagl.c')
-rw-r--r--src/complex/cimagl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/complex/cimagl.c b/src/complex/cimagl.c
index d9a0780c..9ec24eee 100644
--- a/src/complex/cimagl.c
+++ b/src/complex/cimagl.c
@@ -2,6 +2,5 @@
long double (cimagl)(long double complex z)
{
- union lcomplex u = {z};
- return u.a[1];
+ return cimagl(z);
}