X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=README.md;fp=README.md;h=58db299018deb07f36fbdd1bad863ed35f82b3e0;hp=d7966a2c54dbbad4eaf92a5e01b8d99abd7e6451;hb=97d13221f8a10e9ba38821dea2c2ff299d166c71;hpb=7e60fda72a3501c52b69bb042c0947817cbe1acc diff --git a/README.md b/README.md index d7966a2..58db299 100644 --- a/README.md +++ b/README.md @@ -220,9 +220,10 @@ results in slower reads. 1. `#include ` 2. 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`. - +NOTE: The `liburcu-signal` flavor is *deprecated* and will be removed in the +future. It is now identical to `liburcu-mb` at the exception of the symbols and +public header files. It is therefore slower than previous versions. Users are +encouraged to migrate to the `liburcu-memb` flavor. ### Usage of `liburcu-bp`