|
1 | | -//===--- timeout linux implementation ---------------------------*- C++ -*-===// |
| 1 | +//===--- timeout implementation ---------------------------*- C++ -*-===// |
2 | 2 | // |
3 | 3 | // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. |
4 | 4 | // See https://llvm.org/LICENSE.txt for license information. |
5 | 5 | // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
6 | 6 | // |
7 | | -//===----------------------------------------------------------------------===// |
| 7 | +//===----------------------------------------------------------------===// |
8 | 8 |
|
9 | | -#ifndef LLVM_LIBC_SRC___SUPPORT_TIME_LINUX_MONOTONICITY_H |
10 | | -#define LLVM_LIBC_SRC___SUPPORT_TIME_LINUX_MONOTONICITY_H |
| 9 | +#ifndef LLVM_LIBC_SRC___SUPPORT_TIME_MONOTONICITY_H |
| 10 | +#define LLVM_LIBC_SRC___SUPPORT_TIME_MONOTONICITY_H |
11 | 11 |
|
12 | 12 | #include "hdr/time_macros.h" |
13 | 13 | #include "src/__support/libc_assert.h" |
14 | 14 | #include "src/__support/macros/config.h" |
| 15 | +#include "src/__support/time/abs_timeout.h" |
15 | 16 | #include "src/__support/time/clock_conversion.h" |
16 | | -#include "src/__support/time/linux/abs_timeout.h" |
17 | 17 | namespace LIBC_NAMESPACE_DECL { |
18 | 18 | namespace internal { |
19 | 19 | // This function is separated from abs_timeout. |
@@ -41,4 +41,4 @@ LIBC_INLINE void ensure_monotonicity(AbsTimeout &timeout) { |
41 | 41 | } // namespace internal |
42 | 42 | } // namespace LIBC_NAMESPACE_DECL |
43 | 43 |
|
44 | | -#endif // LLVM_LIBC_SRC___SUPPORT_TIME_LINUX_MONOTONICITY_H |
| 44 | +#endif // LLVM_LIBC_SRC___SUPPORT_TIME_MONOTONICITY_H |
0 commit comments