summaryrefslogtreecommitdiffstats
path: root/include/complex.h
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2008-03-30 20:03:46 +0000
committerdas <das@FreeBSD.org>2008-03-30 20:03:46 +0000
commit4e563b6d98d0f990384486a8a9db7dadbf956de9 (patch)
tree96b26a101cb62f3f712059fd87bf6c09ac162162 /include/complex.h
parentfed973ef18871061e03edd02a39296d2a30420d2 (diff)
downloadFreeBSD-src-4e563b6d98d0f990384486a8a9db7dadbf956de9.zip
FreeBSD-src-4e563b6d98d0f990384486a8a9db7dadbf956de9.tar.gz
Hook hypotl() and cabsl() up to the build.
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 24251f2..4613d16 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);
OpenPOWER on IntegriCloud