about summary refs log tree commit diff
path: root/stdlib/setenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/setenv.c')
-rw-r--r--stdlib/setenv.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/stdlib/setenv.c b/stdlib/setenv.c
index d39eed34b3..4064a52651 100644
--- a/stdlib/setenv.c
+++ b/stdlib/setenv.c
@@ -117,11 +117,8 @@ static char **last_environ;
    to reuse values once generated for a `setenv' call since we can never
    free the strings.  */
 int
-__add_to_environ (name, value, combined, replace)
-     const char *name;
-     const char *value;
-     const char *combined;
-     int replace;
+__add_to_environ (const char *name, const char *value, const char *combined,
+		  int replace)
 {
   char **ep;
   size_t size;