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

#define WRAPPER_ARGS_PROTO int olddirfd, const char *oldpath, int newdirfd, const char *newpath, int flags
#define WRAPPER_ARGS olddirfd, oldpath, newdirfd, newpath, flags
#define WRAPPER_SAFE() SB_SAFE_AT(newdirfd, newpath, flags)
#include "__wrapper_simple.c"