File tree Expand file tree Collapse file tree 9 files changed +5
-8
lines changed Expand file tree Collapse file tree 9 files changed +5
-8
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 1212 - type_name : lldiv_t
1313 - type_name : ldiv_t
1414 - type_name : div_t
15+ - type_name : locale_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 @@ -3,6 +3,7 @@ header_template: string.h.def
33macros : []
44types :
55 - type_name : size_t
6+ - type_name : locale_t
67enums : []
78objects : []
89functions :
Original file line number Diff line number Diff line change 1111
1212#include "__llvm-libc-common.h"
1313#include "llvm-libc-macros/wchar-macros.h"
14- #include "llvm-libc-types/wint_t.h"
15- #include "llvm-libc-types/mbstate_t.h"
1614
1715%%public_api()
1816
You can’t perform that action at this time.
0 commit comments