aboutsummaryrefslogtreecommitdiff
blob: d4dbe97b5689a92e2edcb6d692a75e5e8efe8e63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * 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"

#define sb_openat_pre_check sb_openat64_pre_check
#include "pre_check_openat.c"
#undef sb_openat_pre_check