xref: /llvm-project/libc/include/llvm-libc-types/time_t_64.h (revision 722c066c59b25bc73f41dbe92193319aa5b8783a)
1 //===-- Definition of the type time_t -------------------------------------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
8 
9 #ifndef LLVM_LIBC_TYPES_TIME_T_64_H
10 #define LLVM_LIBC_TYPES_TIME_T_64_H
11 
12 typedef __INT64_TYPE__ time_t;
13 
14 #endif // LLVM_LIBC_TYPES_TIME_T_64_H
15