Skip to content

Commit

Permalink
Force generating timespec_get on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Victorious3 committed Aug 27, 2023
1 parent 75b22b3 commit 5089a48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/cstd.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ void *f_log10l = &log10l;
void *f_modfl = &modfl;
void *f_tanhl = &tanhl;

void *f_timespec_get = &timespec_get;

#endif

0 comments on commit 5089a48

Please sign in to comment.