[libc-commits] [libc] [llvm] [libc][windows] start time API implementation (PR #117775)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Tue Dec 3 10:27:47 PST 2024
================
@@ -6,21 +6,17 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_LIBC_SRC___SUPPORT_TIME_LINUX_CLOCK_GETTIME_H
-#define LLVM_LIBC_SRC___SUPPORT_TIME_LINUX_CLOCK_GETTIME_H
+#ifndef LLVM_LIBC_SRC___SUPPORT_TIME_CLOCK_GETTIME_H
+#define LLVM_LIBC_SRC___SUPPORT_TIME_CLOCK_GETTIME_H
#include "hdr/types/clockid_t.h"
#include "hdr/types/struct_timespec.h"
#include "src/__support/error_or.h"
-#if defined(SYS_clock_gettime64)
-#include <linux/time_types.h>
-#endif
-
----------------
michaelrj-google wrote:
do any of the linux specific functions still need this include?
https://github.com/llvm/llvm-project/pull/117775
More information about the libc-commits
mailing list