From 84c1c0a1ca4fc050d24e864cf83a5c38ef0ef17b Mon Sep 17 00:00:00 2001 From: David Schultz Date: Sun, 30 Mar 2008 20:03:46 +0000 Subject: Hook hypotl() and cabsl() up to the build. --- include/complex.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/complex.h') 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); -- cgit v1.2.3