File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def SSizeT : TypeDecl<"ssize_t"> {
24
24
25
25
def StructTm: TypeDecl<"struct tm"> {
26
26
let Decl = [{
27
- #include <llvm-libc-types/tm .h>
27
+ #include <llvm-libc-types/struct_tm .h>
28
28
}];
29
29
}
30
30
@@ -334,7 +334,7 @@ def SysMManAPI : PublicAPI<"sys/mman.h"> {
334
334
335
335
def StructSigactionDefn : TypeDecl<"struct sigaction"> {
336
336
let Decl = [{
337
- #include <llvm-libc-types/__sigaction .h>
337
+ #include <llvm-libc-types/struct_sigaction .h>
338
338
}];
339
339
}
340
340
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ add_gen_header(
67
67
DEPENDS
68
68
.llvm_libc_common_h
69
69
.llvm-libc-types.time_t
70
- .llvm-libc-types.tm
70
+ .llvm-libc-types.struct_tm
71
71
)
72
72
73
73
add_gen_header (
@@ -103,7 +103,7 @@ add_gen_header(
103
103
DATA_FILES
104
104
../config/${LIBC_TARGET_OS}/signal.h.in
105
105
DEPENDS
106
- .llvm-libc-types.__sigaction
106
+ .llvm-libc-types.struct_sigaction
107
107
.llvm-libc-types.__sighandler_t
108
108
)
109
109
Original file line number Diff line number Diff line change 1
1
add_header (__bsearchcompare_t HDR __bsearchcompare_t.h )
2
2
add_header (__call_once_func_t HDR __call_once_func_t.h )
3
3
add_header (__qsortcompare_t HDR __qsortcompare_t.h )
4
- add_header (__sigaction HDR __sigaction.h )
5
4
add_header (__sighandler_t HDR __sighandler_t.h )
6
5
add_header (cnd_t HDR cnd_t.h )
7
6
add_header (double_t HDR double_t.h )
@@ -18,7 +17,8 @@ add_header(off_t HDR off_t.h)
18
17
add_header (once_flag HDR once_flag.h )
19
18
add_header (size_t HDR size_t.h )
20
19
add_header (ssize_t HDR ssize_t.h )
20
+ add_header (struct_sigaction HDR struct_sigaction.h )
21
+ add_header (struct_tm HDR struct_tm.h )
21
22
add_header (thrd_start_t HDR thrd_start_t.h )
22
23
add_header (thrd_t HDR thrd_t.h )
23
24
add_header (time_t HDR time_t.h )
24
- add_header (tm HDR tm.h )
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments