]> sourceware.org Git - glibc.git/blobdiff - math/conjl.c
Update.
[glibc.git] / math / conjl.c
index 9e44dc32a1fb548cf2de588220b9118185ca51a8..6a4e1053061ebbb5723858f5cfb72bf07878f429 100644 (file)
@@ -1,5 +1,5 @@
 /* Return complex conjugate 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.
 
@@ -20,8 +20,8 @@
 
 #include <complex.h>
 
-long double complex
-__conjl (long double complex z)
+long double _Complex
+__conjl (long double _Complex z)
 {
   return ~z;
 }
This page took 0.028877 seconds and 5 git commands to generate.