diff options
Diffstat (limited to 'src/math/__fpclassify.c')
| -rw-r--r-- | src/math/__fpclassify.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/math/__fpclassify.c b/src/math/__fpclassify.c index 48933db8..21cbba71 100644 --- a/src/math/__fpclassify.c +++ b/src/math/__fpclassify.c @@ -6,11 +6,13 @@ int TGFN(__fpclassify)(TYPE x) { + SIGNAL_SAFE(0); (void)x; return FP_NORMAL; } /* +STDC(0) LINK(m) */ |
