projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
489faa5
)
(__argz_create): Restore const keyword to ARGV parm.
author
mib
<mib>
Fri, 10 May 1996 20:24:35 +0000
(20:24 +0000)
committer
mib
<mib>
Fri, 10 May 1996 20:24:35 +0000
(20:24 +0000)
string/argz-create.c
patch
|
blob
|
history
diff --git
a/string/argz-create.c
b/string/argz-create.c
index
1b4b606
..
2eea911
100644
(file)
--- a/
string/argz-create.c
+++ b/
string/argz-create.c
@@
-26,7
+26,7
@@
ARGZ, and the total length in LEN. If a memory allocation error occurs,
ENOMEM is returned, otherwise 0. */
error_t
-__argz_create (char *argv[], char **argz, size_t *len)
+__argz_create (char *
const
argv[], char **argz, size_t *len)
{
int argc;
size_t tlen = 0;