diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-19 22:34:32 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-19 22:34:42 +0100 |
commit | 1618968c56caf7f8c08823908d88dc49bb8f7649 (patch) | |
tree | f65ce4f5aad06bade1eedf3029d7bb21c8dd0c5e /sys-libs/gpm/files | |
parent | sys-apps/portage: drop 2.3.9 keywords due to buggy postinst_qa_check behavior (diff) | |
download | gentoo-1618968c56caf7f8c08823908d88dc49bb8f7649.tar.gz gentoo-1618968c56caf7f8c08823908d88dc49bb8f7649.tar.bz2 gentoo-1618968c56caf7f8c08823908d88dc49bb8f7649.zip |
sys-libs/gpm: tweak for glibc-2.26, bug #629774
Reported-by: Philipp Psurek
Fix-by: cyrillic
Closes: https://bugs.gentoo.org/629774
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'sys-libs/gpm/files')
-rw-r--r-- | sys-libs/gpm/files/gpm-1.20.7-glibc-2.26.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-libs/gpm/files/gpm-1.20.7-glibc-2.26.patch b/sys-libs/gpm/files/gpm-1.20.7-glibc-2.26.patch new file mode 100644 index 000000000000..ef2de01a6d63 --- /dev/null +++ b/sys-libs/gpm/files/gpm-1.20.7-glibc-2.26.patch @@ -0,0 +1,12 @@ +https://bugs.gentoo.org/629774 +--- a/src/prog/gpm-root.y 2012-10-26 17:21:38.000000000 -0400 ++++ b/src/prog/gpm-root.y 2017-09-07 20:39:51.933264063 -0400 +@@ -1197,7 +1197,7 @@ + /* reap your zombies */ + childaction.sa_handler=reap_children; + #if defined(__GLIBC__) +- __sigemptyset(&childaction.sa_mask); ++ sigemptyset(&childaction.sa_mask); + #else /* __GLIBC__ */ + childaction.sa_mask=0; + #endif /* __GLIBC__ */ |