Files
xserver/os
Daniel Drake 1f915e8b52 Keep SIGALRM restart flag after Popen
Commit 94ab7455 added SA_RESTART to the SIGALRM handler.  However, the
Popen code tears down and recreates the SIGALRM handler via OsSignal(),
and this flag is dropped at this time.

Clean the code to use just a single codepath for creating this signal
handler, always applying SA_RESTART.

[ajax: Fixed commit id]

Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Daniel Drake <drake@endlessm.com>
2015-09-21 11:06:39 -04:00
..
2014-11-12 10:25:00 +10:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2014-11-12 10:25:00 +10:00
2015-08-24 00:00:18 -07:00
2012-03-21 13:54:42 -07:00
2012-03-21 13:54:42 -07:00
2015-09-21 11:06:39 -04:00
2015-01-26 10:40:30 -08:00
2014-01-22 19:56:31 -08:00
2013-10-31 16:58:12 -07:00