xref: /csrg-svn/lib/libc/tahoe/sys/chroot.s (revision 34835)
129447Ssam/*
229447Ssam * Copyright (c) 1983 Regents of the University of California.
334389Sbostic * All rights reserved.
434389Sbostic *
534389Sbostic * Redistribution and use in source and binary forms are permitted
6*34835Sbostic * provided that the above copyright notice and this paragraph are
7*34835Sbostic * duplicated in all such forms and that any documentation,
8*34835Sbostic * advertising materials, and other materials related to such
9*34835Sbostic * distribution and use acknowledge that the software was developed
10*34835Sbostic * by the University of California, Berkeley.  The name of the
11*34835Sbostic * University may not be used to endorse or promote products derived
12*34835Sbostic * from this software without specific prior written permission.
13*34835Sbostic * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
14*34835Sbostic * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15*34835Sbostic * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1629447Ssam */
1729447Ssam
1834389Sbostic#if defined(SYSLIBC_SCCS) && !defined(lint)
19*34835Sbostic	.asciz "@(#)chroot.s	5.3 (Berkeley) 06/27/88"
2034389Sbostic#endif /* SYSLIBC_SCCS and not lint */
2129447Ssam
2229447Ssam#include "SYS.h"
2329447Ssam
2429447SsamSYSCALL(chroot)
2529447Ssam	ret
26