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