libiberty: {count,dup,write}argv: constify argv input slightly
authorMike Frysinger <vapier@gentoo.org>
Sun, 3 Jan 2016 06:30:32 +0000 (01:30 -0500)
committerMike Frysinger <vapier@gentoo.org>
Tue, 5 Jan 2016 20:25:13 +0000 (15:25 -0500)
commitb36c1ccb1feb678f7279b4a8d66c0125d4295078
tree3739015b75cd944eecae804145791ad650581706
parent203217665139943a4f0d1797b9a5f913b3acf184
libiberty: {count,dup,write}argv: constify argv input slightly

Would be more useful if we could use "const char * const *", but there's
a long standing bug where gcc warns about incompatible pointers when you
try to pass in "char **".  We can at least constify the array itself as
gcc will not warn in that case.
include/ChangeLog
include/libiberty.h
libiberty/ChangeLog
libiberty/argv.c
libiberty/functions.texi
This page took 0.027296 seconds and 4 git commands to generate.