diff options
Diffstat (limited to 'libsandbox/pre_check_openat64.c')
-rw-r--r-- | libsandbox/pre_check_openat64.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libsandbox/pre_check_openat64.c b/libsandbox/pre_check_openat64.c new file mode 100644 index 0000000..9420c98 --- /dev/null +++ b/libsandbox/pre_check_openat64.c @@ -0,0 +1,17 @@ +/* + * open*64*() pre-check. + * + * Copyright 1999-2009 Gentoo Foundation + * Licensed under the GPL-2 + */ + +#include "headers.h" +#include "sbutil.h" +#include "libsandbox.h" +#include "wrappers.h" + +#include "wrapper-funcs/__64_pre.h" +#define sb_openat_pre_check sb_openat64_pre_check +#include "pre_check_openat.c" +#undef sb_openat_pre_check +#include "wrapper-funcs/__64_post.h" |