X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Ftime.h;fp=include%2Ftime.h;h=5b1ea91fed3d6d21283937e7a17dcd0eda2d2309;hp=4cec647d9041919adc3c27c5eb88e6ab7fdadda9;hb=13cd969552409e05c941829f2aabb15e2f4d9a1f;hpb=5e9deea0039204f3b29edb1ffe0e30325d456f84 diff --git a/include/time.h b/include/time.h index 4cec647d..5b1ea91f 100644 --- a/include/time.h +++ b/include/time.h @@ -102,7 +102,7 @@ extern int daylight; extern long timezone; extern char *tzname[2]; extern int getdate_err; -extern struct tm *getdate (const char *); +struct tm *getdate (const char *); #endif