emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 23973a5: Fix freeze on OpenBSD when reading the SECONDARY selecti


From: Lars Ingebrigtsen
Subject: master 23973a5: Fix freeze on OpenBSD when reading the SECONDARY selection
Date: Mon, 9 Aug 2021 08:25:46 -0400 (EDT)

branch: master
commit 23973a58985d2e11e880cadea79705d063a770fa
Author: Grégoire Jadi <gjadi@omecha.info>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix freeze on OpenBSD when reading the SECONDARY selection
    
    * configure.ac (NSIG_MINIMUM): OpenBSD doesn't have a broken SIGIO
    any more (bug#29170).  Backport fix from the current OpenBSD port
    tree.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index be97d9c..eff5591 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4909,7 +4909,7 @@ emacs_broken_SIGIO=no
 
 case $opsys in
   dnl SIGIO exists, but the feature doesn't work in the way Emacs needs.
-  hpux* | nacl | openbsd | solaris | unixware )
+  hpux* | nacl | solaris | unixware )
     emacs_broken_SIGIO=yes
     ;;
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]