diff options
Diffstat (limited to 'src/math/llround.c')
| -rw-r--r-- | src/math/llround.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/llround.c b/src/math/llround.c index 589ad2c8..1402abdf 100644 --- a/src/math/llround.c +++ b/src/math/llround.c @@ -6,6 +6,7 @@ long long int TGFN(llround)(TYPE x) { + SIGNAL_SAFE(0); return x; } |
