aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libsandbox/wrapper-funcs/rename.c')
-rw-r--r--libsandbox/wrapper-funcs/rename.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsandbox/wrapper-funcs/rename.c b/libsandbox/wrapper-funcs/rename.c
index 1a194c9..ea52b3b 100644
--- a/libsandbox/wrapper-funcs/rename.c
+++ b/libsandbox/wrapper-funcs/rename.c
@@ -7,5 +7,5 @@
#define WRAPPER_ARGS_PROTO const char *oldpath, const char *newpath
#define WRAPPER_ARGS oldpath, newpath
-#define WRAPPER_SAFE() FUNCTION_SANDBOX_SAFE(oldpath) && FUNCTION_SANDBOX_SAFE(newpath)
+#define WRAPPER_SAFE() SB_SAFE(oldpath) && SB_SAFE(newpath)
#include "__wrapper_simple.c"