[uClibc]getsubopt in uClibc ?

Manuel Novoa III mjn3 at codepoet.org
Mon Sep 16 23:58:45 UTC 2002


Hello,

On Mon, Sep 16, 2002 at 04:29:43PM -0700, Dallas Foley wrote:
> I use getsubopt in my x86 app, which uses glibc.
> When I cross compile for arm using uClibc, there is no getsubopt.
> 
> I compiled getsubopt.c and strchrnul.c from glibc into my app.
> Seems to work OK.
> 
> Is getsubopt already in uClibc, and I just don't have it built right ?
> or will getsubopt be in uClibc later ?

getsubopt isn't currently in, but I can add it as it is SUSv3.
strchrnul is in already, but getsubopt was using a hidden alias
that wasn't supported.

Manuel



More information about the uClibc mailing list