Disabled fenv for ppc & arm platforms for now.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35440 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -26,6 +26,7 @@
|
|||||||
* $FreeBSD$
|
* $FreeBSD$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if 0 // disabled for now
|
||||||
#include <posix/fenv.h>
|
#include <posix/fenv.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -33,3 +34,5 @@
|
|||||||
* this as a default environment.
|
* this as a default environment.
|
||||||
*/
|
*/
|
||||||
const fenv_t __fe_dfl_env = 0;
|
const fenv_t __fe_dfl_env = 0;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -26,6 +26,8 @@
|
|||||||
* $FreeBSD$
|
* $FreeBSD$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if 0 // disabled for now
|
||||||
#include <posix/fenv.h>
|
#include <posix/fenv.h>
|
||||||
|
|
||||||
const fenv_t __fe_dfl_env = 0x00000000;
|
const fenv_t __fe_dfl_env = 0x00000000;
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user