Hello. First post to list. (noob warning). I am using uClibc-0.9.28.1, and would like to use the timer_create and related functions, but I notice that in uClibc_dev/usr/include/time.h that these function prototypes are surrounded by:
#ifdef __UCLIBC_MJN3_ONLY__ #warning "mjn3 FIXME: a bunch of unimplemented function prototypes." # ifdef __USE_XOPEN2K ... #endif #endif What does it mean? Can I somehow use the functions? Are they available on a newer version of uClibc? Is there some work needing to be done to make them function? Is there another (uClibc preferred?) way to implement high resolution timing? Thanks Mike _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
