Date: Mon, 7 Mar 2011 16:05:45 +0000 (UTC) From: David Schultz <das@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r219379 - head/include Message-ID: <201103071605.p27G5jGm040289@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: das Date: Mon Mar 7 16:05:45 2011 New Revision: 219379 URL: http://svn.freebsd.org/changeset/base/219379 Log: 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/. Modified: head/include/complex.h Modified: head/include/complex.h ============================================================================== --- head/include/complex.h Mon Mar 7 15:24:35 2011 (r219378) +++ head/include/complex.h Mon Mar 7 16:05:45 2011 (r219379) @@ -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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103071605.p27G5jGm040289>