summaryrefslogtreecommitdiff
path: root/include/complex.h
diff options
context:
space:
mode:
authorDavid Schultz <das@FreeBSD.org>2008-03-30 20:03:46 +0000
committerDavid Schultz <das@FreeBSD.org>2008-03-30 20:03:46 +0000
commit84c1c0a1ca4fc050d24e864cf83a5c38ef0ef17b (patch)
tree96b26a101cb62f3f712059fd87bf6c09ac162162 /include/complex.h
parent01a13522adfe61bfaf9a6f0557b0accd638e9af1 (diff)
downloadsrc-test2-84c1c0a1ca4fc050d24e864cf83a5c38ef0ef17b.tar.gz
src-test2-84c1c0a1ca4fc050d24e864cf83a5c38ef0ef17b.zip
Hook hypotl() and cabsl() up to the build.
Notes
Notes: svn path=/head/; revision=177760
Diffstat (limited to 'include/complex.h')
-rw-r--r--include/complex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/complex.h b/include/complex.h
index 24251f20f7ab..4613d16c93d8 100644
--- a/include/complex.h
+++ b/include/complex.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001-2007 The FreeBSD Project.
+ * Copyright (c) 2001-2008 The FreeBSD Project.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -45,6 +45,7 @@ __BEGIN_DECLS
double cabs(double complex);
float cabsf(float complex);
+long double cabsl(long double complex);
double carg(double complex);
float cargf(float complex);
double cimag(double complex);