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