diff options
Diffstat (limited to 'src/fenv/fesetround.c')
-rw-r--r-- | src/fenv/fesetround.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fenv/fesetround.c b/src/fenv/fesetround.c index d0f50c76..fa2369dd 100644 --- a/src/fenv/fesetround.c +++ b/src/fenv/fesetround.c @@ -1,3 +1,5 @@ +#if 0 + #include <fenv.h> int fesetround(int round) @@ -21,3 +23,6 @@ int fesetround(int round) STDC(199901) LINK(m) */ + + +#endif |