]> git.eshelyaron.com Git - emacs.git/commitdiff
pthread_sigmask instead of unblock_atimers
authorAndrea Corallo <andrea_corallo@yahoo.it>
Thu, 8 Aug 2019 15:18:25 +0000 (17:18 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:33:57 +0000 (11:33 +0100)
src/comp.c

index 54078e89bfc1ae14eebf1281836ee2e2f884b127..5c5551c8da87c5eaada63342be5515a7d01c9038 100644 (file)
@@ -2322,7 +2322,7 @@ DEFUN ("comp-compile-and-load-ctxt", Fcomp_compile_and_load_ctxt,
       comp.funcs = XCDR (comp.funcs);
     }
 
-  unblock_atimers (&oldset);
+  pthread_sigmask (SIG_SETMASK, &oldset, 0);
 
   return Qt;
 }