From e5cf232b3f2484601b2a30f71dcbe9861e22370e Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Thu, 3 Aug 2023 11:08:32 +0300 Subject: [PATCH] librmdacm: rdma_get_local_addr and rdma_get_peer_addr are not exported they are static inline, remove them from the version script. Sponsored by: NVidia networking MFC after: 1 week --- contrib/ofed/librdmacm/librdmacm.map | 2 -- 1 file changed, 2 deletions(-) diff --git a/contrib/ofed/librdmacm/librdmacm.map b/contrib/ofed/librdmacm/librdmacm.map index e2eebbe576b..2d826e03238 100644 --- a/contrib/ofed/librdmacm/librdmacm.map +++ b/contrib/ofed/librdmacm/librdmacm.map @@ -26,8 +26,6 @@ RDMACM_1.0 { rdma_free_devices; rdma_event_str; rdma_set_option; - rdma_get_local_addr; - rdma_get_peer_addr; rdma_migrate_id; rdma_getaddrinfo; rdma_freeaddrinfo; -- 2.45.2