diff options
author | DJ Delorie <dj@redhat.com> | 2001-10-07 17:23:43 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-10-07 17:23:43 +0000 |
commit | 58364ce8a1cbbcf5aafa5e8b41e77dd71bb64110 (patch) | |
tree | 2f7ef5516a6c77d5355e688736d9a500f804df73 /include/libiberty.h | |
parent | dca779339fcab42536bdcffe3cf418cb04a819bf (diff) | |
download | newlib-58364ce8a1cbbcf5aafa5e8b41e77dd71bb64110.zip newlib-58364ce8a1cbbcf5aafa5e8b41e77dd71bb64110.tar.gz newlib-58364ce8a1cbbcf5aafa5e8b41e77dd71bb64110.tar.bz2 |
merge from gcc
Diffstat (limited to 'include/libiberty.h')
-rw-r--r-- | include/libiberty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libiberty.h b/include/libiberty.h index 315d310..9501365 100644 --- a/include/libiberty.h +++ b/include/libiberty.h @@ -51,7 +51,7 @@ extern "C" { /* Build an argument vector from a string. Allocates memory using malloc. Use freeargv to free the vector. */ -extern char **buildargv PARAMS ((char *)) ATTRIBUTE_MALLOC; +extern char **buildargv PARAMS ((const char *)) ATTRIBUTE_MALLOC; /* Free a vector returned by buildargv. */ |