1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

(arith_error) [POSIX_SIGNALS]: Don't reestablish handler.

This commit is contained in:
Richard M. Stallman 1996-09-10 19:49:35 +00:00
parent 469414a00a
commit fe42a9200c

View File

@ -2711,7 +2711,7 @@ SIGTYPE
arith_error (signo)
int signo;
{
#ifdef USG
#if defined(USG) && !defined(POSIX_SIGNALS)
/* USG systems forget handlers when they are used;
must reestablish each time */
signal (signo, arith_error);