svn commit: trunk/uClibc/include

vapier at uclibc.org vapier at uclibc.org
Sun Jan 29 15:08:59 UTC 2006


Author: vapier
Date: 2006-01-29 07:08:58 -0800 (Sun, 29 Jan 2006)
New Revision: 13659

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

Modified:
   trunk/uClibc/include/time.h


Changeset:
Modified: trunk/uClibc/include/time.h
===================================================================
--- trunk/uClibc/include/time.h	2006-01-29 15:03:04 UTC (rev 13658)
+++ trunk/uClibc/include/time.h	2006-01-29 15:08:58 UTC (rev 13659)
@@ -361,6 +361,7 @@
 /* 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 @@
 
 /* Get expiration overrun for timer TIMERID.  */
 extern int timer_getoverrun (timer_t __timerid) __THROW;
-#endif /* __UCLIBC_MJN3_ONLY__ */
 # endif
 
 




More information about the uClibc-cvs mailing list