X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Ftime.h;h=557c8f4b6deab8fb3b32fb121272f7ee88bcc5a8;hb=5a2e18093725c3965486641f0ad0b61a44f7ed68;hp=5b1ea91fed3d6d21283937e7a17dcd0eda2d2309;hpb=13cd969552409e05c941829f2aabb15e2f4d9a1f;p=musl diff --git a/include/time.h b/include/time.h index 5b1ea91f..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);