1 //===-- Definition of struct stat -----------------------------------------===//
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
7 //===----------------------------------------------------------------------===//
9 #ifndef LLVM_LIBC_TYPES_STRUCT_STAT_H
10 #define LLVM_LIBC_TYPES_STRUCT_STAT_H
12 #include "llvm-libc-types/blkcnt_t.h"
13 #include "llvm-libc-types/blksize_t.h"
14 #include "llvm-libc-types/dev_t.h"
15 #include "llvm-libc-types/gid_t.h"
16 #include "llvm-libc-types/ino_t.h"
17 #include "llvm-libc-types/mode_t.h"
18 #include "llvm-libc-types/nlink_t.h"
19 #include "llvm-libc-types/off_t.h"
20 #include "llvm-libc-types/struct_timespec.h"
21 #include "llvm-libc-types/uid_t.h"
32 struct timespec st_atim
;
33 struct timespec st_mtim
;
34 struct timespec st_ctim
;
39 #endif // LLVM_LIBC_TYPES_STRUCT_STAT_H