xref: /csrg-svn/lib/libc/sys/getdirentries.s (revision 38236)
1*38236Smckusick/*
2*38236Smckusick * Copyright (c) 1989 Regents of the University of California.
3*38236Smckusick * All rights reserved.
4*38236Smckusick *
5*38236Smckusick * Redistribution and use in source and binary forms are permitted
6*38236Smckusick * provided that the above copyright notice and this paragraph are
7*38236Smckusick * duplicated in all such forms and that any documentation,
8*38236Smckusick * advertising materials, and other materials related to such
9*38236Smckusick * distribution and use acknowledge that the software was developed
10*38236Smckusick * by the University of California, Berkeley.  The name of the
11*38236Smckusick * University may not be used to endorse or promote products derived
12*38236Smckusick * from this software without specific prior written permission.
13*38236Smckusick * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
14*38236Smckusick * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15*38236Smckusick * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
16*38236Smckusick */
17*38236Smckusick
18*38236Smckusick#if defined(SYSLIBC_SCCS) && !defined(lint)
19*38236Smckusick	.asciz "@(#)getdirentries.s	5.1 (Berkeley) 06/06/89"
20*38236Smckusick#endif /* SYSLIBC_SCCS and not lint */
21*38236Smckusick
22*38236Smckusick#include "SYS.h"
23*38236Smckusick
24*38236SmckusickSYSCALL(getdirentries)
25*38236Smckusick	ret
26