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

#define WRAPPER_ARGS_PROTO int dirfd, const char *filename, const struct timespec times[], int flags
#define WRAPPER_ARGS dirfd, filename, times, flags
#define WRAPPER_SAFE() SB_SAFE_AT(dirfd, filename, flags)
#include "__wrapper_simple.c"