See for example: #602
The rcl_wait_for_clients and rcl_wait_for_servers functions are removed from the bindings, but they do exist in Rolling (https://github.com/ros2/rcl/blob/rolling/rcl/include/rcl/graph.h#L825 and https://github.com/ros2/rcl/blob/rolling/rcl/include/rcl/graph.h#L862).
Similar issue happened already (#572), but for different functions (rcutils_raw_steady_time_now in that case). Issue was fixed by #582, but it seems it was not the actual solution.