From: Mathieu Desnoyers Date: Fri, 19 Feb 2010 22:20:24 +0000 (-0500) Subject: update README for urcu-signal X-Git-Tag: v0.4.2~21 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=ee39cfb61d2a389db3342751762412f332a3e851 update README for urcu-signal Signed-off-by: Mathieu Desnoyers --- diff --git a/README b/README index a2ca1eb..2687382 100644 --- a/README +++ b/README @@ -71,7 +71,8 @@ Usage of liburcu-mb Usage of liburcu-signal - * #include + * #include + * Compile any _LGPL_SOURCE code using this library with "-DRCU_SIGNAL". * Link the application with "-lurcu-signal". * Version of the library that requires a signal, typically SIGUSR1. Can be overridden with -DSIGRCU by modifying Makefile.build.inc.