This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

const char *argz for argz_extract, argz_next


It seems to me that the `argz' parameters to `argz_extract' and `argz_next'
ought to be `const char *' instead of `char *', since those functions do
not touch the memory.  Anyone have a problem with this change?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]