about summary refs log tree commit diff
path: root/math/cimagl.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/cimagl.c')
-rw-r--r--math/cimagl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/cimagl.c b/math/cimagl.c
index 9c58899274..b033413a0f 100644
--- a/math/cimagl.c
+++ b/math/cimagl.c
@@ -1,5 +1,5 @@
 /* Return imaginary part of complex long double value.
-   Copyright (C) 1997 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
@@ -21,7 +21,7 @@
 #include <complex.h>
 
 long double
-__cimagl (long double complex z)
+__cimagl (long double _Complex z)
 {
   return __imag__ z;
 }