X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Ftime.h;h=5b1ea91fed3d6d21283937e7a17dcd0eda2d2309;hb=09ec0f3aab4df2993f4a2a992529655f6c4f7a70;hp=4cec647d9041919adc3c27c5eb88e6ab7fdadda9;hpb=4e30249643271212ba76bb62e3f7eacc99f62f8c;p=musl 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