X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Ftime.h;h=98d0111f58f0cfd67021af234c262ecdf39745a5;hb=3ec8d29c754542c3f4b3d6c07ab6db17213aff17;hp=ddfad58f7dc3cac609b06137279d35c815bbc81f;hpb=36bf56940af90baa478dd1258884291d5d213d10;p=musl diff --git a/include/time.h b/include/time.h index ddfad58f..98d0111f 100644 --- a/include/time.h +++ b/include/time.h @@ -108,6 +108,11 @@ struct tm *getdate (const char *); #endif +#if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) +int stime(time_t *); +#endif + + #ifdef __cplusplus } #endif