Skip to content

Commit

Permalink
[libc] Fix locale structs with old headergen
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuber6 authored and cjdb committed Aug 23, 2024
1 parent 6541227 commit 1449e88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libc/spec/stdc.td
Original file line number Diff line number Diff line change
Expand Up @@ -1665,8 +1665,8 @@ def StdC : StandardSpec<"stdc"> {
>;


NamedType StructLconv : NamedType<"struct lconv">;
PtrType StructLconvPtr : PtrType<StructLconv>;
NamedType StructLconv = NamedType<"struct lconv">;
PtrType StructLconvPtr = PtrType<StructLconv>;

HeaderSpec Locale = HeaderSpec<
"locale.h",
Expand Down

0 comments on commit 1449e88

Please sign in to comment.