135a4fe4cSMichael Jones //===-- Macros defined in sys/time.h header file --------------------------===// 235a4fe4cSMichael Jones // 335a4fe4cSMichael Jones // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 435a4fe4cSMichael Jones // See https://llvm.org/LICENSE.txt for license information. 535a4fe4cSMichael Jones // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 635a4fe4cSMichael Jones // 735a4fe4cSMichael Jones //===----------------------------------------------------------------------===// 835a4fe4cSMichael Jones 9*330793c9SNick Desaulniers #ifndef LLVM_LIBC_MACROS_SYS_TIME_MACROS_H 10*330793c9SNick Desaulniers #define LLVM_LIBC_MACROS_SYS_TIME_MACROS_H 1135a4fe4cSMichael Jones 12cae84d8aSAlfred Persson Forsberg #ifdef __linux__ 1335a4fe4cSMichael Jones #include "linux/sys-time-macros.h" 1435a4fe4cSMichael Jones #endif 1535a4fe4cSMichael Jones 16*330793c9SNick Desaulniers #endif // LLVM_LIBC_MACROS_SYS_TIME_MACROS_H 17