Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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/time.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/time-macros.h"
#include "llvm-libc-types/clock_t.h"
#include "llvm-libc-types/clockid_t.h"

%%public_api()

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

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

%%public_api()

Expand Down
1 change: 1 addition & 0 deletions libc/newhdrgen/yaml/time.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ types:
- type_name: struct_tm
- type_name: time_t
- type_name: clock_t
- type_name: size_t
enums: []
objects: []
functions:
Expand Down
1 change: 1 addition & 0 deletions libc/newhdrgen/yaml/uchar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ types:
- type_name: char16_t
- type_name: char8_t
- type_name: mbstate_t
- type_name: size_t
enums: []
objects: []
functions: []
2 changes: 2 additions & 0 deletions libc/spec/stdc.td
Original file line number Diff line number Diff line change
Expand Up @@ -1475,6 +1475,7 @@ def StdC : StandardSpec<"stdc"> {
StructTmType,
StructTimeSpec,
TimeTType,
SizeTType,
],
[], // Enumerations
[
Expand Down Expand Up @@ -1562,6 +1563,7 @@ def StdC : StandardSpec<"stdc"> {
Char8TType,
Char16TType,
Char32TType,
SizeTType,
],
[], // Enumerations
[]
Expand Down