On Wednesday 07 January 2009 15:58:08 Mike Wilson wrote:
> Hello. First post to list. (noob warning).
>
> I am using uClibc-0.9.28.1,

Which is about 3 years old now.  We've gone through two year-long development 
cycles cycles since then.

> 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?

>From reading the message, I'd guess it means that the header file of the old 
version contains prototypes for functions the library had not implemented.  
Due to it being a 3 year old version.

> Can I somehow use the functions?

You can upgrade to a version that implements them, sure.

> Are they available on a newer version of uClibc?

I don't know which specific functions you're interested in, so I can't tell 
you if "they" were implemented.

> Is there some work needing to be done to make them function?
>
> Is there another (uClibc preferred?) way to implement high resolution
> timing?

Step 1 is upgrade to the most recent release version and see if we already did 
it some time during the past 3 years.

Rob
_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to