Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions libc/include/locale.h.def
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#include "__llvm-libc-common.h"

#include "llvm-libc-macros/locale-macros.h"
#include "llvm-libc-types/locale_t.h"
#include "llvm-libc-types/struct_lconv.h"

%%public_api()

Expand Down
3 changes: 3 additions & 0 deletions libc/include/locale.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
header: locale.h
header_template: locale.h.def
types:
- type_name: locale_t
- type_name: struct_lconv
functions:
- name: localeconv
standards:
Expand Down
1 change: 0 additions & 1 deletion libc/include/math.h.def
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include "__llvm-libc-common.h"
#include "llvm-libc-macros/float16-macros.h"
#include "llvm-libc-macros/math-macros.h"
#include "llvm-libc-types/float128.h"


%%public_api()
Expand Down
1 change: 0 additions & 1 deletion libc/include/setjmp.h.def
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#define LLVM_LIBC_SETJMP_H

#include "__llvm-libc-common.h"
#include "llvm-libc-types/jmp_buf.h"

%%public_api()

Expand Down
1 change: 0 additions & 1 deletion libc/include/stdlib.h.def
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#define LLVM_LIBC_STDLIB_H

#include "__llvm-libc-common.h"
#include "llvm-libc-types/locale_t.h"
#include "llvm-libc-macros/stdlib-macros.h"

%%public_api()
Expand Down
1 change: 1 addition & 0 deletions libc/include/stdlib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ types:
- type_name: lldiv_t
- type_name: ldiv_t
- type_name: div_t
- type_name: locale_t
enums: []
objects: []
functions:
Expand Down
1 change: 0 additions & 1 deletion libc/include/string.h.def
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

#include "__llvm-libc-common.h"

#include "llvm-libc-types/locale_t.h"
#include "llvm-libc-macros/null-macro.h"

%%public_api()
Expand Down
1 change: 1 addition & 0 deletions libc/include/string.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ header_template: string.h.def
macros: []
types:
- type_name: size_t
- type_name: locale_t
enums: []
objects: []
functions:
Expand Down
2 changes: 0 additions & 2 deletions libc/include/wchar.h.def
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

#include "__llvm-libc-common.h"
#include "llvm-libc-macros/wchar-macros.h"
#include "llvm-libc-types/wint_t.h"
#include "llvm-libc-types/mbstate_t.h"

%%public_api()

Expand Down
Loading