summaryrefslogtreecommitdiff
path: root/io/chdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/chdir.c')
-rw-r--r--io/chdir.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/io/chdir.c b/io/chdir.c
index 1003b9d200..cb3a90246e 100644
--- a/io/chdir.c
+++ b/io/chdir.c
@@ -21,8 +21,7 @@
/* Change the current directory to PATH. */
int
-__chdir (path)
- const char *path;
+__chdir (const char *path)
{
if (path == NULL)
{