aboutsummaryrefslogtreecommitdiff
path: root/libc/src/time/linux/timespec_get.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/time/linux/timespec_get.cpp')
-rw-r--r--libc/src/time/linux/timespec_get.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/src/time/linux/timespec_get.cpp b/libc/src/time/linux/timespec_get.cpp
index a4d4372..031cb9f 100644
--- a/libc/src/time/linux/timespec_get.cpp
+++ b/libc/src/time/linux/timespec_get.cpp
@@ -15,7 +15,7 @@
namespace LIBC_NAMESPACE_DECL {
-LLVM_LIBC_FUNCTION(int, timespec_get, (struct timespec * ts, int base)) {
+LLVM_LIBC_FUNCTION(int, timespec_get, (timespec * ts, int base)) {
clockid_t clockid;
switch (base) {
case TIME_UTC: