summaryrefslogtreecommitdiff
path: root/io/chdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/chdir.c')
-rw-r--r--io/chdir.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/io/chdir.c b/io/chdir.c
index 1003b9d200..16784cbabe 100644
--- a/io/chdir.c
+++ b/io/chdir.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -21,8 +21,7 @@
/* Change the current directory to PATH. */
int
-__chdir (path)
- const char *path;
+__chdir (const char *path)
{
if (path == NULL)
{