1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-30 00:00:15 +01:00
libhermit/usr/rdma-core/librdmacm/librspreload.map
2017-10-06 15:13:04 +02:00

33 lines
486 B
Text

{
/* FIXME: It is probably not a great idea to not tag these with the
proper symbol version from glibc, at least if glibc ever changes
the signature this will go sideways.. */
global:
accept;
bind;
close;
connect;
dup2;
fcntl;
getpeername;
getsockname;
getsockopt;
listen;
poll;
read;
readv;
recv;
recvfrom;
recvmsg;
select;
send;
sendfile;
sendmsg;
sendto;
setsockopt;
shutdown;
socket;
write;
writev;
local: *;
};