Fix signal handler installation
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 9 Jun 2009 21:54:49 +0000 (17:54 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Tue, 9 Jun 2009 21:54:49 +0000 (17:54 -0400)
commitc297c21c6eadc359a358d33e65f9f5419b55b586
treebefed800c51005c81cb002007a79b65b1c0bda2c
parent9f1621ca8d6ce9178343ae24aeef406c0ac2564a
Fix signal handler installation

The signal handler is not being set in conformance with the sigaction
manpage. Because of this, it is probably not set at all. Valgrind also
generates an error. This patch fixes this.

Signed-off-by: Pierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
urcu.c
This page took 0.024672 seconds and 4 git commands to generate.