queue.h and TAILQ_FOREACH

Mike Frysinger vapier at gentoo.org
Sat May 6 06:36:18 UTC 2006


On Friday 05 May 2006 16:12, Duncan Drennan wrote:
> The two that seem to be missing from queue.h that madwifi needs are
>
> TAILQ_FOREACH
> TAILQ_FOREACH_SAFE
>
> I'm not a programmer and have no idea how to go about solving the
> issue. Any suggestions?

just copy the queue.h from your glibc system (/usr/include/sys/queue.h) as it 
is a standalone file and shouldnt cause you any trouble

ive updated current uClibc svn to include this fix, thanks for pointing it out
-mike



More information about the uClibc mailing list