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

/*
 * NB: Reusing the 32-bit time interface isn't entirely correct as the 64-bit time interface uses a
 * different structure, but we never decode the time values in sandbox, so it doesn't matter to use.
 */
#define WRAPPER_SAFE() _SB_SAFE_AT(SB_NR_UTIMENSAT, STRING_NAME, dirfd, filename, flags)
#include "utimensat.c"