aboutsummaryrefslogtreecommitdiff
blob: edab47c3b3e1470af080df72a17c412237576554 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * __lutimes64() 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(SB_NR_LUTIMES, STRING_NAME, filename)
#include "lutimes.c"