]> sourceware.org Git - glibc.git/blobdiff - math/conjf.c
Update.
[glibc.git] / math / conjf.c
index 828edaf2b7aeb9ac38a78538a67e4c0e95933ecb..5a3329acce9fb2500837978ff9cb32136c3bf001 100644 (file)
@@ -1,5 +1,5 @@
 /* Return complex conjugate of complex float 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>
 
-float complex
-__conjf (float complex z)
+float _Complex
+__conjf (float _Complex z)
 {
   return ~z;
 }
This page took 0.031309 seconds and 5 git commands to generate.