1321936Shselasky{
2321936Shselasky        /* FIXME: It is probably not a great idea to not tag these with the
3321936Shselasky	   proper symbol version from glibc, at least if glibc ever changes
4321936Shselasky	   the signature this will go sideways.. */
5321936Shselasky	global:
6321936Shselasky		accept;
7321936Shselasky		bind;
8321936Shselasky		close;
9321936Shselasky		connect;
10321936Shselasky		dup2;
11321936Shselasky		fcntl;
12321936Shselasky		getpeername;
13321936Shselasky		getsockname;
14321936Shselasky		getsockopt;
15321936Shselasky		listen;
16321936Shselasky		poll;
17321936Shselasky		read;
18321936Shselasky		readv;
19321936Shselasky		recv;
20321936Shselasky		recvfrom;
21321936Shselasky		recvmsg;
22321936Shselasky		select;
23321936Shselasky		send;
24321936Shselasky		sendfile;
25321936Shselasky		sendmsg;
26321936Shselasky		sendto;
27321936Shselasky		setsockopt;
28321936Shselasky		shutdown;
29321936Shselasky		socket;
30321936Shselasky		write;
31321936Shselasky		writev;
32321936Shselasky	local: *;
33321936Shselasky};
34