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