X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Ftime.h;h=3cc0d28ad923d4f6a66d62b707464a5e129ef3c0;hp=ecdc66dff781d05d92b8429ec40ffd7355b0355e;hb=23e6940a2cf101017df33236ebee0fd4e3383172;hpb=23be72ae4534c13a7fd03f580934cc251ada619f diff --git a/include/time.h b/include/time.h index ecdc66df..3cc0d28a 100644 --- a/include/time.h +++ b/include/time.h @@ -110,11 +110,8 @@ struct tm *getdate (const char *); #endif -#if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) +#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) int stime(time_t *); -#endif - -#if defined(_GNU_SOURCE) time_t timegm(struct tm *); #endif