aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/data.c b/src/data.c
index e405ca6af9e..bdba3a9bb36 100644
--- a/src/data.c
+++ b/src/data.c
@@ -3291,11 +3291,6 @@ SIGTYPE
3291arith_error (signo) 3291arith_error (signo)
3292 int signo; 3292 int signo;
3293{ 3293{
3294#if defined(USG) && !defined(POSIX_SIGNALS)
3295 /* USG systems forget handlers when they are used;
3296 must reestablish each time */
3297 signal (signo, arith_error);
3298#endif /* USG */
3299 sigsetmask (SIGEMPTYMASK); 3294 sigsetmask (SIGEMPTYMASK);
3300 3295
3301 SIGNAL_THREAD_CHECK (signo); 3296 SIGNAL_THREAD_CHECK (signo);