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:
Artur Wyszynski 2010-02-09 14:10:07 +00:00
parent 54b738a10a
commit e381020556
2 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,7 @@
* $FreeBSD$
*/
#if 0 // disabled for now
#include <posix/fenv.h>
/*
@ -33,3 +34,5 @@
* this as a default environment.
*/
const fenv_t __fe_dfl_env = 0;
#endif

View File

@ -26,6 +26,8 @@
* $FreeBSD$
*/
#if 0 // disabled for now
#include <posix/fenv.h>
const fenv_t __fe_dfl_env = 0x00000000;
#endif