There is no <math_ldbl.h> at the moment, so we shouldn't include it.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12207 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-04-01 01:09:43 +00:00
parent 73d3cc98f6
commit 07f6a74c53

View File

@ -11,7 +11,7 @@
/*
* from: @(#)fdlibm.h 5.1 93/09/24
* $Id: math_private.h,v 1.1 2005/03/10 19:37:35 korli Exp $
* $Id$
*/
#ifndef _MATH_PRIVATE_H_
@ -149,7 +149,7 @@ do { \
} while (0)
/* Get long double macros from a separate header. */
#include <math_ldbl.h>
//#include <math_ldbl.h>
/* ieee style elementary functions */
extern double __ieee754_sqrt (double);