Hook hypotl() and cabsl() up to the build.

This commit is contained in:
David Schultz
2008-03-30 20:03:46 +00:00
parent 01a13522ad
commit 84c1c0a1ca
4 changed files with 9 additions and 7 deletions
+2 -1
View File
@@ -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);