summaryrefslogtreecommitdiffstats
path: root/gettext-runtime/m4/intdiv0.m4
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-runtime/m4/intdiv0.m4')
-rw-r--r--gettext-runtime/m4/intdiv0.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-runtime/m4/intdiv0.m4 b/gettext-runtime/m4/intdiv0.m4
index a442fd5..744b99e 100644
--- a/gettext-runtime/m4/intdiv0.m4
+++ b/gettext-runtime/m4/intdiv0.m4
@@ -38,7 +38,7 @@ static void
sigfpe_handler (int sig)
{
/* Exit with code 0 if SIGFPE, with code 1 if any other signal. */
- exit (sig != SIGFPE);
+ _exit (sig != SIGFPE);
}
int x = 1;