source: trunk/libs/newlib/src/newlib/libc/sys/linux/rename.c

Last change on this file was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 189 bytes
Line 
1/* libc/sys/linux/rename.c - rename a file */
2
3/* Copyright 2002, Red Hat Inc. */
4
5#include <stdio.h>
6#include <machine/syscall.h>
7
8_syscall2(int,rename,const char *,old,const char *,new)
9
Note: See TracBrowser for help on using the repository browser.