From 4711ced926a24fb5a1c785a8f1490e311b3cba4b Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Thu, 3 Jun 2010 08:00:30 +0000 Subject: - Update to 1.4.3 PR: ports/146815 Submitted by: Anatoly Borodin (maintainer) --- devel/directfb/files/patch-lib-fusion-lock.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/directfb/files/patch-lib-fusion-lock.c (limited to 'devel/directfb/files/patch-lib-fusion-lock.c') diff --git a/devel/directfb/files/patch-lib-fusion-lock.c b/devel/directfb/files/patch-lib-fusion-lock.c new file mode 100644 index 000000000000..23c8ed983caf --- /dev/null +++ b/devel/directfb/files/patch-lib-fusion-lock.c @@ -0,0 +1,11 @@ +--- lib/fusion/lock.c ++++ lib/fusion/lock.c +@@ -485,7 +485,7 @@ fusion_skirmish_wait( FusionSkirmish *skirmish, unsigned int timeout ) + + /* Install a (fake) signal handler for SIGRESTART. */ + act.sa_handler = restart_handler; +- act.sa_flags = SA_RESETHAND | SA_RESTART | SA_NOMASK; ++ act.sa_flags = SA_RESETHAND | SA_RESTART | SA_NODEFER; + + sigaction( SIGRESTART, &act, &oldact ); + -- cgit v1.2.3