URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [linux/] [rename.c] - Rev 816
Compare with Previous | Blame | View Log
/* libc/sys/linux/rename.c - rename a file */ /* Copyright 2002, Red Hat Inc. */ #include <stdio.h> #include <machine/syscall.h> _syscall2(int,rename,const char *,old,const char *,new)