aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-30 03:12:38 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-30 03:12:38 +0000
commit8a8f978bbf7fea5db5c9a2fb5d1b71a890f8379a (patch)
tree195186a5fcf9015d4d63d608128f6e14de775b88
parent627836030960f1dc54b0e881b8b9f04685ee8fa1 (diff)
parent3a9a940c7b92df994009462d5c58ff9cb1f0312f (diff)
downloadltp-android14-d2-s5-release.tar.gz
Change-Id: If68a5ba7e91c78e9c0866edf855a6aca0dead39a
-rw-r--r--testcases/kernel/syscalls/statx/statx06.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/kernel/syscalls/statx/statx06.c b/testcases/kernel/syscalls/statx/statx06.c
index ce82b905b..fa75982b0 100644
--- a/testcases/kernel/syscalls/statx/statx06.c
+++ b/testcases/kernel/syscalls/statx/statx06.c
@@ -109,7 +109,7 @@ static void test_statx(unsigned int test_nr)
clock_wait_tick();
tc->operation();
clock_wait_tick();
- SAFE_CLOCK_GETTIME(CLOCK_REALTIME_COARSE, &after_time);
+ SAFE_CLOCK_GETTIME(CLOCK_REALTIME, &after_time);
TEST(statx(AT_FDCWD, TEST_FILE, 0, STATX_ALL, &buff));
if (TST_RET != 0) {