]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/pmdk/remove-non-ascii-character.patch
a133bee95186e0ff0032cfb812d8e187973ff54f
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / pmdk / remove-non-ascii-character.patch
1 diff --git a/src/libpmemobj/critnib.c b/src/libpmemobj/critnib.c
2 index 41fec79..f201dbd 100644
3 --- a/src/libpmemobj/critnib.c
4 +++ b/src/libpmemobj/critnib.c
5 @@ -360,9 +360,9 @@ alloc_leaf(struct critnib *__restrict c)
6 * crinib_insert -- write a key:value pair to the critnib structure
7 *
8 * Returns:
9 - * • 0 on success
10 - * • EEXIST if such a key already exists
11 - * • ENOMEM if we're out of memory
12 + * 0 on success
13 + * EEXIST if such a key already exists
14 + * ENOMEM if we're out of memory
15 *
16 * Takes a global write lock but doesn't stall any readers.
17 */