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

#define WRAPPER_ARGS_PROTO const char *path, const char *name
#define WRAPPER_ARGS path, name
#define WRAPPER_SAFE() SB_SAFE(path)
#include "__wrapper_simple.c"