telmich / gpm

general purpose mouse
http://www.nico.schottelius.org/software/gpm/
GNU General Public License v2.0
85 stars 28 forks source link

Use sigemptyset API instead of __sigemptyset #20

Closed kraj closed 5 years ago

kraj commented 7 years ago

__sigemptyset has been removed from glibc public API headers in upcoming (2.26) release onwards

Signed-off-by: Khem Raj raj.khem@gmail.com

trofi commented 5 years ago

Gentoo uses equivalent patch (from https://bugs.gentoo.org/629774):

https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-libs/gpm/files/gpm-1.20.7-glibc-2.26.patch?id=1618968c56caf7f8c08823908d88dc49bb8f7649

telmich commented 5 years ago

Looks good to me!