X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Ftime.h;h=3cc0d28ad923d4f6a66d62b707464a5e129ef3c0;hb=11458e5b098319cf3e2d05c8cbaa74d58db740e3;hp=50ee5001248ddfdd0f952d532e5ba6b1d08f877b;hpb=cf254c32ec47df4975d14e97233918e42ee70cea;p=musl diff --git a/include/time.h b/include/time.h index 50ee5001..3cc0d28a 100644 --- a/include/time.h +++ b/include/time.h @@ -100,7 +100,7 @@ int timer_getoverrun (timer_t); #endif -#if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) +#if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) char *strptime (const char *, const char *, struct tm *); extern int daylight; extern long timezone;