summaryrefslogtreecommitdiffstats
path: root/src/kernel/tests/include/lapi/utime.h
blob: dbfaa55be35dde8c05c1950ffc7512646624c193 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Copyright (c) 2013 Oracle and/or its affiliates. All Rights Reserved.
 */

#ifndef __UTIME_H__

#ifndef UTIME_NOW
# define UTIME_NOW ((1l << 30) - 1l)
#endif

#ifndef UTIME_OMIT
# define UTIME_OMIT ((1l << 30) - 2l)
#endif

#endif /* __UTIME_H__ */