xref: /csrg-svn/lib/libc/tahoe/sys/socketpair.s (revision 29496)
1*29496Ssam/*
2*29496Ssam * Copyright (c) 1983 Regents of the University of California.
3*29496Ssam * All rights reserved.  The Berkeley software License Agreement
4*29496Ssam * specifies the terms and conditions for redistribution.
5*29496Ssam */
6*29496Ssam
7*29496Ssam#ifdef SYSLIBC_SCCS
8*29496Ssam_sccsid:.asciz	"@(#)socketpair.s	5.1 (Berkeley) 07/02/86"
9*29496Ssam#endif SYSLIBC_SCCS
10*29496Ssam
11*29496Ssam#include "SYS.h"
12*29496Ssam
13*29496SsamSYSCALL(socketpair)
14*29496Ssam	ret
15