[arch-commits] Commit in hexer/trunk (fix-sig-sa_mask.patch)
Levente Polyak
anthraxx at archlinux.org
Fri Dec 11 00:58:52 UTC 2015
Date: Friday, December 11, 2015 @ 01:58:52
Author: anthraxx
Revision: 152776
upgpkg: hexer 0.2.3-1
upgpkg: hexer 0.2.3-1
Deleted:
hexer/trunk/fix-sig-sa_mask.patch
-----------------------+
fix-sig-sa_mask.patch | 11 -----------
1 file changed, 11 deletions(-)
Deleted: fix-sig-sa_mask.patch
===================================================================
--- fix-sig-sa_mask.patch 2015-12-11 00:58:11 UTC (rev 152775)
+++ fix-sig-sa_mask.patch 2015-12-11 00:58:52 UTC (rev 152776)
@@ -1,11 +0,0 @@
---- tio.c 2015-04-02 17:32:27.653607986 +0200
-+++ tio.c 2015-04-02 17:35:27.386616788 +0200
-@@ -816,7 +816,7 @@
- #ifdef SA_INTERRUPT
- static struct sigaction act;
- act.sa_handler = sigwinch_handler;
-- act.sa_mask = 0;
-+ sigemptyset(&act.sa_mask);
- act.sa_flags = SA_INTERRUPT;
- sigaction(SIGWINCH, &act, 0);
- #else
More information about the arch-commits
mailing list