summaryrefslogtreecommitdiff
path: root/libiberty/putenv.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2005-03-28 05:07:08 +0000
committerDJ Delorie <dj@redhat.com>2005-03-28 05:07:08 +0000
commit1e45deed6a87c05c9e669e3cdfdda47cbfa9531d (patch)
treee2c1bba3c03c5917c8e70792a921dfc6b6b5eef9 /libiberty/putenv.c
parent49b1fae4309ab5b9833f0af388483c2b6b4b3d50 (diff)
downloadbinutils-gdb-1e45deed6a87c05c9e669e3cdfdda47cbfa9531d.tar.gz
merge from gcc
Diffstat (limited to 'libiberty/putenv.c')
-rw-r--r--libiberty/putenv.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libiberty/putenv.c b/libiberty/putenv.c
index 6d027dc5aaa..e04b759104b 100644
--- a/libiberty/putenv.c
+++ b/libiberty/putenv.c
@@ -67,8 +67,7 @@ extern char *alloca ();
/* Put STRING, which is of the form "NAME=VALUE", in the environment. */
int
-putenv (string)
- const char *string;
+putenv (const char *string)
{
const char *const name_end = strchr (string, '=');