fix various errors in function signatures/prototypes found by nsz
[musl] / include / time.h
index 4cec647..5b1ea91 100644 (file)
@@ -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