]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/ofed/librdmacm/librspreload.map
elfcopy: Clear errors after fetching the shstrtab index.
[FreeBSD/FreeBSD.git] / contrib / ofed / librdmacm / librspreload.map
1 {
2         /* FIXME: It is probably not a great idea to not tag these with the
3            proper symbol version from glibc, at least if glibc ever changes
4            the signature this will go sideways.. */
5         global:
6                 accept;
7                 bind;
8                 close;
9                 connect;
10                 dup2;
11                 fcntl;
12                 getpeername;
13                 getsockname;
14                 getsockopt;
15                 listen;
16                 poll;
17                 read;
18                 readv;
19                 recv;
20                 recvfrom;
21                 recvmsg;
22                 select;
23                 send;
24                 sendfile;
25                 sendmsg;
26                 sendto;
27                 setsockopt;
28                 shutdown;
29                 socket;
30                 write;
31                 writev;
32         local: *;
33 };