Browse Source

the timer_* funcs have been implemented in librt so enable their prototypes

Mike Frysinger 18 years ago
parent
commit
061a0b0b05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/time.h

+ 1 - 1
include/time.h

@@ -361,6 +361,7 @@ extern int clock_nanosleep (clockid_t __clock_id, int __flags,
 /* Return clock ID for CPU-time clock.  */
 extern int clock_getcpuclockid (pid_t __pid, clockid_t *__clock_id) __THROW;
 #  endif
+#endif /* __UCLIBC_MJN3_ONLY__ */
 
 
 /* Create new per-process timer using CLOCK_ID.  */
@@ -382,7 +383,6 @@ extern int timer_gettime (timer_t __timerid, struct itimerspec *__value)
 
 /* Get expiration overrun for timer TIMERID.  */
 extern int timer_getoverrun (timer_t __timerid) __THROW;
-#endif /* __UCLIBC_MJN3_ONLY__ */
 # endif