Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

librdmacm: Use overloadable function attribute with clang #1475

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 24, 2024

  1. librdmacm: Use overloadable function attribute with clang

     This is to fix build warnings seen with upcoming clang19 and
     glibc 2.40, since glibc 2.40 has improved fortyfying this
     function with clang, it ends up with build errors like below
    
    librdmacm/preload.c:796:9: error: at most one overload for a given name may lack the 'overloadable' attribute
    |   796 | ssize_t recvfrom(int socket, void *buf, size_t len, int flags,
    |       |         ^
    | /mnt/b/yoe/master/build/tmp/work/core2-64-yoe-linux/rdma-core/51.0/recipe-sysroot/usr/include/sys/socket.h:163:16: note: previous unmarked overload of function is here
    |   163 | extern ssize_t recvfrom (int __fd, void *__restrict __buf, size_t __n,
    |       |                ^
    
    Upstream-Status: Submitted [linux-rdma#1475]
    Signed-off-by: Khem Raj <[email protected]>
    kraj committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    aba2a08 View commit details
    Browse the repository at this point in the history