aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-03-18 05:03:55 -0400
committerMike Frysinger <vapier@gentoo.org>2009-03-18 07:45:10 -0400
commitd670fe35d1935fb9c66b6609cf85ad5864a2f1f1 (patch)
tree23146128d49f00d864af5ee73898d17bb85e1486 /libsandbox/wrapper-funcs/unlink.c
parentlibsandbox: add an eqawarn() func (diff)
downloadsandbox-d670fe35d1935fb9c66b6609cf85ad5864a2f1f1.tar.gz
sandbox-d670fe35d1935fb9c66b6609cf85ad5864a2f1f1.tar.bz2
sandbox-d670fe35d1935fb9c66b6609cf85ad5864a2f1f1.zip
libsandbox: shorten the sandbox wrapper func names
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libsandbox/wrapper-funcs/unlink.c')
-rw-r--r--libsandbox/wrapper-funcs/unlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsandbox/wrapper-funcs/unlink.c b/libsandbox/wrapper-funcs/unlink.c
index 2d7f560..79cab10 100644
--- a/libsandbox/wrapper-funcs/unlink.c
+++ b/libsandbox/wrapper-funcs/unlink.c
@@ -7,7 +7,7 @@
#define WRAPPER_ARGS_PROTO const char *pathname
#define WRAPPER_ARGS pathname
-#define WRAPPER_SAFE() FUNCTION_SANDBOX_SAFE(pathname)
+#define WRAPPER_SAFE() SB_SAFE(pathname)
#define sb_unlinkat_pre_check sb_unlink_pre_check
#include "unlinkat.c"
#undef sb_unlinkat_pre_check