summaryrefslogtreecommitdiffstats
path: root/kernel/tests/include/lapi/utime.h
diff options
context:
space:
mode:
authorManuel Bentele2020-10-23 15:18:01 +0200
committerManuel Bentele2020-10-23 15:18:01 +0200
commitdbb41ce2b7f309d394054a6bd1e33afd578798a5 (patch)
tree6a31092063d9f2fb5ac5720ec6759040e793c3d5 /kernel/tests/include/lapi/utime.h
parentSet Linux kernel version to unknown if it is not detectable (diff)
downloadxloop-dbb41ce2b7f309d394054a6bd1e33afd578798a5.tar.gz
xloop-dbb41ce2b7f309d394054a6bd1e33afd578798a5.tar.xz
xloop-dbb41ce2b7f309d394054a6bd1e33afd578798a5.zip
Move the source code of all xloop components to the common 'src' directory
Diffstat (limited to 'kernel/tests/include/lapi/utime.h')
-rw-r--r--kernel/tests/include/lapi/utime.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/kernel/tests/include/lapi/utime.h b/kernel/tests/include/lapi/utime.h
deleted file mode 100644
index dbfaa55..0000000
--- a/kernel/tests/include/lapi/utime.h
+++ /dev/null
@@ -1,16 +0,0 @@
-// 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__ */