File tree Expand file tree Collapse file tree 11 files changed +10
-14
lines changed Expand file tree Collapse file tree 11 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 1212#include "__llvm-libc-common.h"
1313
1414#include "llvm-libc-macros/locale-macros.h"
15- #include "llvm-libc-types/locale_t.h"
16- #include "llvm-libc-types/struct_lconv.h"
1715
1816%%public_api()
1917
Original file line number Diff line number Diff line change 11header : locale.h
22header_template : locale.h.def
3+ types :
4+ - type_name : locale_t
5+ - type_name : struct_lconv
36functions :
47 - name : localeconv
58 standards :
Original file line number Diff line number Diff line change 1212#include "__llvm-libc-common.h"
1313#include "llvm-libc-macros/float16-macros.h"
1414#include "llvm-libc-macros/math-macros.h"
15- #include "llvm-libc-types/float128.h"
1615
1716
1817%%public_api()
Original file line number Diff line number Diff line change 1010#define LLVM_LIBC_SETJMP_H
1111
1212#include "__llvm-libc-common.h"
13- #include "llvm-libc-types/jmp_buf.h"
1413
1514%%public_api()
1615
Original file line number Diff line number Diff line change 1010#define LLVM_LIBC_STDLIB_H
1111
1212#include "__llvm-libc-common.h"
13- #include "llvm-libc-types/locale_t.h"
1413#include "llvm-libc-macros/stdlib-macros.h"
1514
1615%%public_api()
Original file line number Diff line number Diff line change 88 - type_name : __qsortrcompare_t
99 - type_name : __qsortcompare_t
1010 - type_name : __bsearchcompare_t
11- - type_name : size_t
12- - type_name : lldiv_t
13- - type_name : ldiv_t
1411 - type_name : div_t
12+ - type_name : ldiv_t
13+ - type_name : lldiv_t
14+ - type_name : locale_t
15+ - type_name : size_t
1516enums : []
1617objects : []
1718functions :
Original file line number Diff line number Diff line change 1111
1212#include "__llvm-libc-common.h"
1313
14- #include "llvm-libc-types/locale_t.h"
1514#include "llvm-libc-macros/null-macro.h"
1615
1716%%public_api()
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ header: string.h
22header_template : string.h.def
33macros : []
44types :
5+ - type_name : locale_t
56 - type_name : size_t
67enums : []
78objects : []
Original file line number Diff line number Diff line change 1111
1212#include "__llvm-libc-common.h"
1313
14- #include "../llvm-libc-types/struct_timeval.h"
15-
1614#include "../llvm-libc-macros/sys-time-macros.h"
1715
1816%%public_api()
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ header: sys/time.h
22header_template : time.h.def
33standards : Linux
44macros : []
5- types : []
5+ types :
6+ - type_name : struct_timeval
67enums : []
78functions : []
89objects : []
You can’t perform that action at this time.
0 commit comments