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