| { |
| /* 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; |
| accept4; |
| bind; |
| close; |
| connect; |
| dup; |
| dup2; |
| fcntl; |
| fcntl64; |
| getpeername; |
| getsockname; |
| getsockopt; |
| listen; |
| poll; |
| read; |
| readv; |
| recv; |
| recvfrom; |
| recvmsg; |
| select; |
| send; |
| sendfile; |
| sendfile64; |
| sendmsg; |
| sendto; |
| setsockopt; |
| shutdown; |
| socket; |
| write; |
| writev; |
| epoll_create; |
| epoll_create1; |
| epoll_ctl; |
| epoll_wait; |
| local: *; |
| }; |