Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6535 → Rev 6536

/contrib/sdk/sources/newlib/libc/sys/_rename.c
14,9 → 14,10
*/
 
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
#include <unistd.h>
#include <alloca.h>
#include <errno.h>
 
int _rename (char *from, char *to)
{