def StructTm: TypeDecl<"struct tm"> {
let Decl = [{
- #include <llvm-libc-types/tm.h>
+ #include <llvm-libc-types/struct_tm.h>
}];
}
def StructSigactionDefn : TypeDecl<"struct sigaction"> {
let Decl = [{
- #include <llvm-libc-types/__sigaction.h>
+ #include <llvm-libc-types/struct_sigaction.h>
}];
}
DEPENDS
.llvm_libc_common_h
.llvm-libc-types.time_t
- .llvm-libc-types.tm
+ .llvm-libc-types.struct_tm
)
add_gen_header(
DATA_FILES
../config/${LIBC_TARGET_OS}/signal.h.in
DEPENDS
- .llvm-libc-types.__sigaction
+ .llvm-libc-types.struct_sigaction
.llvm-libc-types.__sighandler_t
)
add_header(__bsearchcompare_t HDR __bsearchcompare_t.h)
add_header(__call_once_func_t HDR __call_once_func_t.h)
add_header(__qsortcompare_t HDR __qsortcompare_t.h)
-add_header(__sigaction HDR __sigaction.h)
add_header(__sighandler_t HDR __sighandler_t.h)
add_header(cnd_t HDR cnd_t.h)
add_header(double_t HDR double_t.h)
add_header(once_flag HDR once_flag.h)
add_header(size_t HDR size_t.h)
add_header(ssize_t HDR ssize_t.h)
+add_header(struct_sigaction HDR struct_sigaction.h)
+add_header(struct_tm HDR struct_tm.h)
add_header(thrd_start_t HDR thrd_start_t.h)
add_header(thrd_t HDR thrd_t.h)
add_header(time_t HDR time_t.h)
-add_header(tm HDR tm.h)