[libc] Fix call to clock_gettime (#65166)
The calls were missing the __llvm_libc:: namespace, which can allow the test case to be linked to glibc's clock_gettime.
Loading
Please sign in to comment
The calls were missing the __llvm_libc:: namespace, which can allow the test case to be linked to glibc's clock_gettime.