Hi,
Those are bugfix releases of liburcu 0.9 and 0.10 stable branches.
liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This
data synchronization library provides read-side access which scales
linearly with the number of cores. It does so by allowing multiple
copies of a given data
Remove unnessary complexity and use specific names for test programs.
Signed-off-by: Michael Jeanson
---
.gitignore| 5 ++--
configure.ac | 2 ++
tests/gcc-weak-hidden/Makefile.am | 14 +++
tests/gcc-weak-
Merged into master branch, thanks!
Mathieu
- On Jan 14, 2019, at 4:29 PM, Michael Jeanson mjean...@efficios.com wrote:
> Remove unnessary complexity and use specific names for test programs.
>
> Signed-off-by: Michael Jeanson
> ---
> .gitignore| 5 ++--