From e3510dd42989db62dc2fe826d0984d464b4bf598 Mon Sep 17 00:00:00 2001 From: das Date: Mon, 7 Mar 2011 16:05:45 +0000 Subject: Add missing declarations that I intended to commit with r219359. Not sure why we have math.h in lib/msun/ and complex.h in include/. --- include/complex.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/complex.h') diff --git a/include/complex.h b/include/complex.h index 1deab07..f37b003 100644 --- a/include/complex.h +++ b/include/complex.h @@ -49,6 +49,8 @@ long double cabsl(long double complex); double carg(double complex); float cargf(float complex); long double cargl(long double complex); +double complex cexp(double complex); +float complex cexpf(float complex); double cimag(double complex) __pure2; float cimagf(float complex) __pure2; long double cimagl(long double complex) __pure2; -- cgit v1.1