Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > Hi David, ... >> + err = __argz_append (&dst, &dst_len, src, (arg - src)); > > Shouldn't this be argz_append? How come you don't get a link error > with this? > >> + delayed_copy = 0; >> + } >> + if (! err) >> + err = __argz_add (&dst, &dst_len, to); > > Likewise, argz_add.
These are compelling arguments for automatic derivation of the file from the glibc sources.