File: librspreload.map

package info (click to toggle)
rdma-core 33.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,844 kB
  • sloc: ansic: 145,804; python: 5,688; sh: 2,761; perl: 1,465; makefile: 73
file content (33 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
        /* 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: *;
};