bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/2] Add missing argz_* functions from glibc


From: Jim Meyering
Subject: Re: [PATCH 2/2] Add missing argz_* functions from glibc
Date: Thu, 29 May 2008 20:05:17 +0200

Ralf Wildenhues <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]