mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
(envz_get): Remove const from return type.
This commit is contained in:
@@ -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 *const argv[], char **argz, size_t *len)
|
||||
__argz_create (char *argv[], char **argz, size_t *len)
|
||||
{
|
||||
int argc;
|
||||
size_t tlen = 0;
|
||||
|
||||
Reference in New Issue
Block a user