aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libsandbox/wrapper-funcs/utimes.c')
-rw-r--r--libsandbox/wrapper-funcs/utimes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsandbox/wrapper-funcs/utimes.c b/libsandbox/wrapper-funcs/utimes.c
index 7869366..c361c36 100644
--- a/libsandbox/wrapper-funcs/utimes.c
+++ b/libsandbox/wrapper-funcs/utimes.c
@@ -7,5 +7,5 @@
#define WRAPPER_ARGS_PROTO const char *filename, const struct timeval times[]
#define WRAPPER_ARGS filename, times
-#define WRAPPER_SAFE() FUNCTION_SANDBOX_SAFE(filename)
+#define WRAPPER_SAFE() SB_SAFE(filename)
#include "__wrapper_simple.c"