#include <sysdep.h>

PSEUDO(connect, connect, 2)
	ret

#ifdef ELF_LIBRARY
.type connect,@function
#endif
#include <sysdep.h>

PSEUDO(accept, accept, 2)
	ret

#ifdef ELF_LIBRARY
.type accept,@function
#endif
#include <sysdep.h>

PSEUDO(send, send, 2)
	ret

#ifdef ELF_LIBRARY
.type send,@function
#endif
#include <sysdep.h>

PSEUDO(recv, recv, 2)
	ret

#ifdef ELF_LIBRARY
.type recv,@function
#endif
#include <sysdep.h>

PSEUDO(bind, bind, 2)
	ret

#ifdef ELF_LIBRARY
.type bind,@function
#endif
#include <sysdep.h>

PSEUDO(setsockopt, setsockopt, 2)
	ret

#ifdef ELF_LIBRARY
.type setsockopt,@function
#endif
#include <sysdep.h>

PSEUDO(listen, listen, 2)
	ret

#ifdef ELF_LIBRARY
.type listen,@function
#endif
#include <sysdep.h>

PSEUDO(recvmsg, recvmsg, 2)
	ret

#ifdef ELF_LIBRARY
.type recvmsg,@function
#endif
#include <sysdep.h>

PSEUDO(sendmsg, sendmsg, 2)
	ret

#ifdef ELF_LIBRARY
.type sendmsg,@function
#endif
#include <sysdep.h>

PSEUDO(getsockopt, getsockopt, 2)
	ret

#ifdef ELF_LIBRARY
.type getsockopt,@function
#endif
#include <sysdep.h>

PSEUDO(recvfrom, recvfrom, 2)
	ret

#ifdef ELF_LIBRARY
.type recvfrom,@function
#endif
#include <sysdep.h>

PSEUDO(sendto, sendto, 2)
	ret

#ifdef ELF_LIBRARY
.type sendto,@function
#endif
#include <sysdep.h>

PSEUDO(shutdown, shutdown, 2)
	ret

#ifdef ELF_LIBRARY
.type shutdown,@function
#endif
#include <sysdep.h>

PSEUDO(socketpair, socketpair, 2)
	ret

#ifdef ELF_LIBRARY
.type socketpair,@function
#endif
#include <sysdep.h>

PSEUDO(trace, trace, 2)
	ret

#ifdef ELF_LIBRARY
.type trace,@function
#endif
#include <sysdep.h>

PSEUDO(getpeername, getpeername, 2)
	ret

#ifdef ELF_LIBRARY
.type getpeername,@function
#endif
#include <sysdep.h>

PSEUDO(getsockname, getsockname, 2)
	ret

#ifdef ELF_LIBRARY
.type getsockname,@function
#endif
