Skip to content

Remove check for useSIGIO option

Adam Jackson requested to merge ajax/xserver:fix-sigio into master

Commit 6a5a4e60 removed the option to configure useSIGIO option. Indeed, the xfree86 SIGIO support was reworked to use internal versions of OsBlockSIGIO and OsReleaseSIGIO.

As a result, useSIGIO is no longer needed and can dropped

Fixes: 6a5a4e60 - Remove SIGIO support for input [v5] Closes: #1107 (closed) Reviewed-by: Adam Jackson ajax@redhat.com Signed-off-by: Prabhu Sundararaj prabhu.sundararaj@nxp.com Signed-off-by: Mylène Josserand mylene.josserand@free-electrons.com Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com


This is the same change as in !555 (closed), but since the source project was deleted that one can't be merged. I've added my r-b and some fixes/closes annotation.

Merge request reports