Skip to content

Commit

Permalink
fixup! strftime final size_t dream
Browse files Browse the repository at this point in the history
  • Loading branch information
izaakschroeder committed Jul 2, 2024
1 parent bfec5e7 commit d690577
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 @@ -209,6 +209,7 @@ add_gen_header(
.llvm-libc-types.struct_timespec
.llvm-libc-types.struct_timeval
.llvm-libc-types.clockid_t
.llvm-libc-types.size_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 @@ -11,6 +11,7 @@

#include "__llvm-libc-common.h"
#include "llvm-libc-macros/time-macros.h"
#include "llvm-libc-types/size_t.h"

%%public_api()

Expand Down

0 comments on commit d690577

Please sign in to comment.