Skip to content

Commit

Permalink
fixup! strftime locale_t
Browse files Browse the repository at this point in the history
  • Loading branch information
izaakschroeder committed Jul 2, 2024
1 parent d690577 commit ca27b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libc/include/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ add_gen_header(
.llvm-libc-types.struct_timeval
.llvm-libc-types.clockid_t
.llvm-libc-types.size_t
.llvm-libc-types.locale_t
)

add_gen_header(
Expand Down
1 change: 1 addition & 0 deletions libc/include/time.h.def
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include "__llvm-libc-common.h"
#include "llvm-libc-macros/time-macros.h"
#include "llvm-libc-types/size_t.h"
#include "llvm-libc-types/locale_t.h"

%%public_api()

Expand Down

0 comments on commit ca27b8c

Please sign in to comment.