diff --git a/include/cstd.c b/include/cstd.c index cd78479b..3983d2ab 100644 --- a/include/cstd.c +++ b/include/cstd.c @@ -31,4 +31,6 @@ void *f_log10l = &log10l; void *f_modfl = &modfl; void *f_tanhl = &tanhl; +void *f_timespec_get = ×pec_get; + #endif \ No newline at end of file