aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libsandbox/wrapper-funcs/truncate.c')
-rw-r--r--libsandbox/wrapper-funcs/truncate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsandbox/wrapper-funcs/truncate.c b/libsandbox/wrapper-funcs/truncate.c
index 0b90467..b0b5674 100644
--- a/libsandbox/wrapper-funcs/truncate.c
+++ b/libsandbox/wrapper-funcs/truncate.c
@@ -7,5 +7,5 @@
#define WRAPPER_ARGS_PROTO const char *path, off_t length
#define WRAPPER_ARGS path, length
-#define WRAPPER_SAFE() FUNCTION_SANDBOX_SAFE(path)
+#define WRAPPER_SAFE() SB_SAFE(path)
#include "__wrapper_simple.c"