aboutsummaryrefslogtreecommitdiff
blob: ea52b3bb400d70f6560924addf4a421de74b8c4b (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * rename() wrapper.
 *
 * Copyright 1999-2008 Gentoo Foundation
 * Licensed under the GPL-2
 */

#define WRAPPER_ARGS_PROTO const char *oldpath, const char *newpath
#define WRAPPER_ARGS oldpath, newpath
#define WRAPPER_SAFE() SB_SAFE(oldpath) && SB_SAFE(newpath)
#include "__wrapper_simple.c"