summaryrefslogtreecommitdiff
path: root/string/argz-extract.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/argz-extract.c')
-rw-r--r--string/argz-extract.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/argz-extract.c b/string/argz-extract.c
index 5eb0e84b01..49a1426d73 100644
--- a/string/argz-extract.c
+++ b/string/argz-extract.c
@@ -23,7 +23,7 @@
/* Puts pointers to each string in ARGZ into ARGV, which must be large enough
to hold them all. */
void
-__argz_extract (const char *argz, size_t len, char **argv)
+__argz_extract (char *argz, size_t len, char **argv)
{
while (len > 0)
{