diff -r b09677d72413 -r e1f3248576bc src/ucx/utils.h --- a/src/ucx/utils.h Mon May 14 18:16:12 2018 +0200 +++ b/src/ucx/utils.h Mon May 14 18:19:16 2018 +0200 @@ -241,7 +241,7 @@ * @param n a pointer to the size_t containing the third parameter for memcmp * @return the result of memcmp(ptr1, ptr2, *n) */ -int ucx_memcmp(const void *ptr1, const void *ptr2, void *n); +int ucx_cmp_mem(const void *ptr1, const void *ptr2, void *n); /** * A printf() like function which writes the output to a stream by