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:
parent
54b738a10a
commit
e381020556
@ -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
|
||||
|
||||
|
@ -26,6 +26,8 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#if 0 // disabled for now
|
||||
#include <posix/fenv.h>
|
||||
|
||||
const fenv_t __fe_dfl_env = 0x00000000;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user