aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/data.c b/src/data.c
index 443d78376d9..78bd454056d 100644
--- a/src/data.c
+++ b/src/data.c
@@ -3220,8 +3220,4 @@ init_data (void)
3220 return; 3220 return;
3221#endif /* CANNOT_DUMP */ 3221#endif /* CANNOT_DUMP */
3222 signal (SIGFPE, arith_error); 3222 signal (SIGFPE, arith_error);
3223
3224#ifdef uts
3225 signal (SIGEMT, arith_error);
3226#endif /* uts */
3227} 3223}