aboutsummaryrefslogtreecommitdiff
blob: 4f26de125ea5407425966c25225ccab9f7dcb403 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * unlink() wrapper.
 *
 * Copyright 1999-2009 Gentoo Foundation
 * Licensed under the GPL-2
 */

#define WRAPPER_ARGS_PROTO const char *pathname
#define WRAPPER_ARGS pathname
#define WRAPPER_SAFE() SB_SAFE(pathname)
#include "unlinkat.c"