summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2006-08-21 04:38:35 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2006-08-21 04:38:35 +0000
commit686b0311b855a42f2b8c6566e2f8f4342bf8cda1 (patch)
treebe89370aa84af9b14ffaa348788878c25138749f
parenteacebf0cecf76cf43dbb7a312d031945ded7585e (diff)
downloaduClibc-alpine-686b0311b855a42f2b8c6566e2f8f4342bf8cda1.tar.bz2
uClibc-alpine-686b0311b855a42f2b8c6566e2f8f4342bf8cda1.tar.xz
Add #define for POSIX timers.
-rw-r--r--include/time.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/time.h b/include/time.h
index da226d5e5..4585cc2f2 100644
--- a/include/time.h
+++ b/include/time.h
@@ -349,8 +349,7 @@ extern int clock_gettime (clockid_t __clock_id, struct timespec *__tp) __THROW;
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.