xref: /csrg-svn/lib/libc/sys/rename.s (revision 21862)
1*21862Sdist/*
2*21862Sdist * Copyright (c) 1983 Regents of the University of California.
3*21862Sdist * All rights reserved.  The Berkeley software License Agreement
4*21862Sdist * specifies the terms and conditions for redistribution.
5*21862Sdist */
69494Smckusick
7*21862Sdist#ifndef lint
8*21862Sdiststatic char sccsid[] = "@(#)rename.s	5.1 (Berkeley) 06/03/85";
9*21862Sdist#endif not lint
10*21862Sdist
119494Smckusick#include "SYS.h"
129494Smckusick
139494SmckusickSYSCALL(rename)
149494Smckusick	ret
15