svn commit: branches/uClibc-nptl/include

sjhill at uclibc.org sjhill at uclibc.org
Mon Aug 21 04:38:36 UTC 2006


Author: sjhill
Date: 2006-08-20 21:38:35 -0700 (Sun, 20 Aug 2006)
New Revision: 15876

Log:
Add #define for POSIX timers.


Modified:
   branches/uClibc-nptl/include/time.h


Changeset:
Modified: branches/uClibc-nptl/include/time.h
===================================================================
--- branches/uClibc-nptl/include/time.h	2006-08-21 04:36:47 UTC (rev 15875)
+++ branches/uClibc-nptl/include/time.h	2006-08-21 04:38:35 UTC (rev 15876)
@@ -349,8 +349,7 @@
 extern int clock_settime (clockid_t __clock_id, __const struct timespec *__tp)
      __THROW;
 
-#ifdef __UCLIBC_MJN3_ONLY__
-#warning "mjn3 FIXME: a bunch of unimplemented function prototypes."
+#ifdef __UCLIBC_HAS_THREADS_NATIVE__
 #  ifdef __USE_XOPEN2K
 /* High-resolution sleep with the specified clock.
 




More information about the uClibc-cvs mailing list