uatomic/x86: Remove redundant memory barriers
[urcu.git] / src / liburcu-mb.pc.in
1 # SPDX-FileCopyrightText: 2023 EfficiOS Inc.
2 #
3 # SPDX-License-Identifier: MIT
4
5 prefix=@prefix@
6 exec_prefix=@exec_prefix@
7 libdir=@libdir@
8 includedir=@includedir@
9
10 Name: Userspace RCU Memory barriers
11 Description: A userspace RCU (read-copy-update) library, memory barriers version
12 Version: @PACKAGE_VERSION@
13 Requires:
14 Libs: -L${libdir} -lurcu-common -lurcu-mb
15 Cflags: -I${includedir}
This page took 0.029993 seconds and 5 git commands to generate.