aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/setenv_r.c
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-12-03 20:41:16 -0600
committerYaakov Selkowitz <yselkowi@redhat.com>2018-01-17 11:47:13 -0600
commiteea249da3bc81776246ad5163f5eb887afdd3659 (patch)
tree610f12206d520381c1ef4370720522f304bed2c8 /newlib/libc/stdlib/setenv_r.c
parente13e191b6052a62701d8fb22c3660df23d3b6ec1 (diff)
downloadnewlib-eea249da3bc81776246ad5163f5eb887afdd3659.zip
newlib-eea249da3bc81776246ad5163f5eb887afdd3659.tar.gz
newlib-eea249da3bc81776246ad5163f5eb887afdd3659.tar.bz2
ansification: remove _PARAMS
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'newlib/libc/stdlib/setenv_r.c')
-rw-r--r--newlib/libc/stdlib/setenv_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/setenv_r.c b/newlib/libc/stdlib/setenv_r.c
index b3bc1fc..31d4fc7 100644
--- a/newlib/libc/stdlib/setenv_r.c
+++ b/newlib/libc/stdlib/setenv_r.c
@@ -38,7 +38,7 @@ extern char **environ;
static char ***p_environ = &environ;
/* _findenv_r is defined in getenv_r.c. */
-extern char *_findenv_r _PARAMS ((struct _reent *, const char *, int *));
+extern char *_findenv_r (struct _reent *, const char *, int *);
/*
* _setenv_r --