X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Ftime.h;h=557c8f4b6deab8fb3b32fb121272f7ee88bcc5a8;hb=f0a8d60d32b7d6a093596abdbb9711e64eff2594;hp=4cec647d9041919adc3c27c5eb88e6ab7fdadda9;hpb=4e30249643271212ba76bb62e3f7eacc99f62f8c;p=musl diff --git a/include/time.h b/include/time.h index 4cec647d..557c8f4b 100644 --- a/include/time.h +++ b/include/time.h @@ -85,7 +85,6 @@ int clock_settime (clockid_t, const struct timespec *); int clock_nanosleep (clockid_t, int, const struct timespec *, struct timespec *); int clock_getcpuclockid (pid_t, clockid_t *); -/* FIXME..?? */ struct sigevent; int timer_create (clockid_t, struct sigevent *, timer_t *); int timer_delete (timer_t); @@ -102,7 +101,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