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/futimesat.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/futimesat.c')
-rw-r--r--libsandbox/wrapper-funcs/futimesat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsandbox/wrapper-funcs/futimesat.c b/libsandbox/wrapper-funcs/futimesat.c
index d4724ee..d549e6a 100644
--- a/libsandbox/wrapper-funcs/futimesat.c
+++ b/libsandbox/wrapper-funcs/futimesat.c
@@ -7,5 +7,5 @@
#define WRAPPER_ARGS_PROTO int dirfd, const char *filename, const struct timeval times[]
#define WRAPPER_ARGS dirfd, filename, times
-#define WRAPPER_SAFE() FUNCTION_SANDBOX_SAFE_AT(dirfd, filename, 0)
+#define WRAPPER_SAFE() SB_SAFE_AT(dirfd, filename, 0)
#include "__wrapper_simple.c"