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