aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-30 12:07:12 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-30 12:07:12 +0000
commit71b35e99dc94aa24070fc6c6c38aa3fee1b1f5d5 (patch)
tree195186a5fcf9015d4d63d608128f6e14de775b88
parent2165255de6f088d459d0ccc94df3a8b854f61cbf (diff)
parentfa922968d09c97e2d47a6059683a4167df48b464 (diff)
downloadltp-android14-mainline-media-release.tar.gz
Snap for 10885368 from fa922968d09c97e2d47a6059683a4167df48b464 to mainline-media-releaseaml_med_341513600aml_med_341312300aml_med_341312020android14-mainline-media-release
Change-Id: If2653db9693db07237dcca490bd69d165a8ba1cd
-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) {