diff -r 6342cbbd1922 -r e19825a1430a src/ucx/map.h --- a/src/ucx/map.h Wed Oct 18 12:03:44 2017 +0200 +++ b/src/ucx/map.h Wed Oct 18 14:23:57 2017 +0200 @@ -198,8 +198,7 @@ * @param data additional data for the copy function * @return 0 on success or a non-zero value on memory allocation errors */ -int ucx_map_copy(UcxMap *restrict from, UcxMap *restrict to, - copy_func fnc, void *data); +int ucx_map_copy(UcxMap *from, UcxMap *to, copy_func fnc, void *data); /** * Clones the map and rehashes if necessary.