diff options
Diffstat (limited to 'include/time.h')
-rw-r--r-- | include/time.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |