aboutsummaryrefslogtreecommitdiffstats
path: root/guts/renameat.c
blob: c5d295f0379ac921065fa58f5174001a1a302846 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 
 * static int
 * wrap_renameat(int olddirfd, const char *oldpath, int newdirfd, const char *newpath) {
 *	int rc = -1;
 */

	pseudo_diag("help! unimplemented renameat [%s -> %s].\n", oldpath, newpath);
	rc = real_renameat(olddirfd, oldpath, newdirfd, newpath);

/*	return rc;
 * }
 */