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