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