xref: /csrg-svn/lib/libc/tahoe/sys/getrlimit.s (revision 34835)
129464Ssam/*
229464Ssam * Copyright (c) 1983 Regents of the University of California.
334389Sbostic * All rights reserved.
434389Sbostic *
534389Sbostic * Redistribution and use in source and binary forms are permitted
6*34835Sbostic * provided that the above copyright notice and this paragraph are
7*34835Sbostic * duplicated in all such forms and that any documentation,
8*34835Sbostic * advertising materials, and other materials related to such
9*34835Sbostic * distribution and use acknowledge that the software was developed
10*34835Sbostic * by the University of California, Berkeley.  The name of the
11*34835Sbostic * University may not be used to endorse or promote products derived
12*34835Sbostic * from this software without specific prior written permission.
13*34835Sbostic * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
14*34835Sbostic * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15*34835Sbostic * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1629464Ssam */
1729464Ssam
1834389Sbostic#if defined(SYSLIBC_SCCS) && !defined(lint)
19*34835Sbostic	.asciz "@(#)getrlimit.s	5.3 (Berkeley) 06/27/88"
2034389Sbostic#endif /* SYSLIBC_SCCS and not lint */
2129464Ssam
2229464Ssam#include "SYS.h"
2329464Ssam
2429464SsamSYSCALL(getrlimit)
2529464Ssam	ret
26