On Tue, Oct 18, 2011 at 11:23 AM, Grant Edwards <[email protected]> wrote: > I'm trying to run some code that works fine using glibc on an AI32 > desktop, but timer_create() is failing with a return value of -1 and > errno of 0 "Success". This is with uClibc 0.9.30.3 (as built by > crosstool-NG 1.12.0 for an ARM9 target. > > It looks like it's because uClibc doesn't support SIGEV_THREAD. At > least that's what I've concluded from looking at the librt code.
yes that could be the cause. Can you use 0.9.32 release and use NPTL there it should work. Is > there any documentation that lists places like this where uClibc > doesn't meet POSIX standards? I doubt if this is documented. > > -- > Grant Edwards grant.b.edwards Yow! Mr and Mrs PED, can I > at borrow 26.7% of the RAYON > gmail.com TEXTILE production of the > INDONESIAN archipelago? > > _______________________________________________ > uClibc mailing list > [email protected] > http://lists.busybox.net/mailman/listinfo/uclibc > _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
